StreamingEndpointsOperationsExtensions.StartAsync Method

Definition

Start StreamingEndpoint

public static System.Threading.Tasks.Task StartAsync (this Microsoft.Azure.Management.Media.IStreamingEndpointsOperations operations, string resourceGroupName, string accountName, string streamingEndpointName, System.Threading.CancellationToken cancellationToken = default);
static member StartAsync : Microsoft.Azure.Management.Media.IStreamingEndpointsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function StartAsync (operations As IStreamingEndpointsOperations, resourceGroupName As String, accountName As String, streamingEndpointName As String, Optional cancellationToken As CancellationToken = Nothing) As Task

Parameters

operations
IStreamingEndpointsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group within the Azure subscription.

accountName
String

The Media Services account name.

streamingEndpointName
String

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

cancellationToken
CancellationToken

The cancellation token.

Returns

Remarks

Starts an existing streaming endpoint.

Applies to