C# Класс Microsoft.WindowsAzure.MediaServices.Client.TelemetryUtilities

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

GetStorageAccountName() публичный статический Метод

Get storage account name from the given endpoint address
public static GetStorageAccountName ( string endpointAddress ) : string
endpointAddress string
Результат string

ParseChannelId() публичный статический Метод

Validate and parse the channel Id to Guid format.
public static ParseChannelId ( string channelId ) : System.Guid
channelId string The Channel Id.
Результат System.Guid

ParseStreamingEndPointId() публичный статический Метод

Validate and parse the streaming endpoint Id to Guid format.
public static ParseStreamingEndPointId ( string streamingEndpointId ) : System.Guid
streamingEndpointId string The streaming endpoint Id.
Результат System.Guid