다음을 통해 공유


StreamingEndpointCollection.GetIfExistsAsync Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaservices/{accountName}/streamingEndpoints/{streamingEndpointName}
  • Operation Id: StreamingEndpoints_Get
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Media.StreamingEndpointResource>> GetIfExistsAsync (string streamingEndpointName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Media.StreamingEndpointResource>>
override this.GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Media.StreamingEndpointResource>>
Public Overridable Function GetIfExistsAsync (streamingEndpointName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of StreamingEndpointResource))

Parameters

streamingEndpointName
String

The name of the streaming endpoint, maximum length is 24.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

streamingEndpointName is an empty string, and was expected to be non-empty.

streamingEndpointName is null.

Applies to