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

Mostra file Open project: Azure/azure-sdk-for-media-services Class Usage Examples

Public Methods

Method 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 method

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

ParseChannelId() public static method

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

ParseStreamingEndPointId() public static method

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