C# Class Microsoft.WindowsAzure.MediaServices.Client.TelemetryUtilities

Afficher le fichier Open project: Azure/azure-sdk-for-media-services Class Usage Examples

Méthodes publiques

Méthode Description
GetStorageAccountName ( string endpointAddress ) : string

Get storage account name from the given endpoint address

ParseChannelId ( string channelId ) : System.Guid

Validate and parse the channel Id to Guid format.

ParseStreamingEndPointId ( string streamingEndpointId ) : System.Guid

Validate and parse the streaming endpoint Id to Guid format.

Method Details

GetStorageAccountName() public static méthode

Get storage account name from the given endpoint address
public static GetStorageAccountName ( string endpointAddress ) : string
endpointAddress string
Résultat string

ParseChannelId() public static méthode

Validate and parse the channel Id to Guid format.
public static ParseChannelId ( string channelId ) : System.Guid
channelId string The Channel Id.
Résultat System.Guid

ParseStreamingEndPointId() public static méthode

Validate and parse the streaming endpoint Id to Guid format.
public static ParseStreamingEndPointId ( string streamingEndpointId ) : System.Guid
streamingEndpointId string The streaming endpoint Id.
Résultat System.Guid