C# Class Microsoft.Azure.Commands.Sql.Services.Util

Afficher le fichier Open project: Azure/azure-powershell

Méthodes publiques

Méthode Description
AreEmailAddressesInCorrectFormat ( string emailAddresses, char seperator ) : bool

Checks if email addresses are in a correct format

GenerateTracingId ( ) : string

Generates a client side tracing Id of the format: [Guid]

Private Methods

Méthode Description
ProcessAuditEvents ( string eventTypes ) : string[]

In cases where the user decided to use one of the shortcuts (ALL or NONE), this method sets the value of the EventType property to reflect the correct values. In addition the is a deprecated audit events validity check.

Method Details

AreEmailAddressesInCorrectFormat() public static méthode

Checks if email addresses are in a correct format
public static AreEmailAddressesInCorrectFormat ( string emailAddresses, char seperator ) : bool
emailAddresses string The email addresses
seperator char The character that seperates different emails in the emailAddresses string
Résultat bool

GenerateTracingId() public static méthode

Generates a client side tracing Id of the format: [Guid]
public static GenerateTracingId ( ) : string
Résultat string