Share via


MediaLiveOutputCollection.CreateOrUpdateAsync Method

Definition

Creates a new live output.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaservices/{accountName}/liveEvents/{liveEventName}/liveOutputs/{liveOutputName}
  • Operation Id: LiveOutputs_Create
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Media.MediaLiveOutputResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string liveOutputName, Azure.ResourceManager.Media.MediaLiveOutputData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Media.MediaLiveOutputData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Media.MediaLiveOutputResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Media.MediaLiveOutputData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Media.MediaLiveOutputResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, liveOutputName As String, data As MediaLiveOutputData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of MediaLiveOutputResource))

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

liveOutputName
String

The name of the live output.

data
MediaLiveOutputData

Live Output properties needed for creation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

liveOutputName or data is null.

Applies to