Partilhar via


MediaLiveOutputCollection.CreateOrUpdateAsync Método

Definição

Cria uma nova saída ao vivo.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaservices/{accountName}/liveEvents/{liveEventName}/liveOutputs/{liveOutputName}
  • Operação IdLiveOutputs_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))

Parâmetros

waitUntil
WaitUntil

Completed se o método deve aguardar para retornar até que a operação de execução prolongada seja concluída no serviço; Started se ele deve retornar depois de iniciar a operação. Para obter mais informações sobre operações de execução prolongada, consulte Exemplos de operação de Long-Running do Azure.Core.

liveOutputName
String

O nome da saída ao vivo.

data
MediaLiveOutputData

Propriedades de saída dinâmica necessárias para a criação.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

liveOutputName é uma cadeia de caracteres vazia e esperava-se que não estivesse vazia.

liveOutputName ou data é nulo.

Aplica-se a