MediaLiveEventCollection.CreateOrUpdateAsync Method

Definition

Creates a new live event.

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

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.

liveEventName
String

The name of the live event, maximum length is 32.

data
MediaLiveEventData

Live event properties needed for creation.

autoStart
Nullable<Boolean>

The flag indicates if the resource should be automatically started on creation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

liveEventName or data is null.

Applies to