C# 클래스 Microsoft.WindowsAzure.MediaServices.Client.TelemetryUtilities

파일 보기 프로젝트 열기: Azure/azure-sdk-for-media-services 1 사용 예제들

공개 메소드들

메소드 설명
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