Partilhar via


MediaLiveEventResource.GetMediaLiveOutput(String, CancellationToken) Método

Definição

Obtém uma saída ao vivo.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaservices/{accountName}/liveEvents/{liveEventName}/liveOutputs/{liveOutputName}
  • Operação IdLiveOutputs_Get
public virtual Azure.Response<Azure.ResourceManager.Media.MediaLiveOutputResource> GetMediaLiveOutput (string liveOutputName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetMediaLiveOutput : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Media.MediaLiveOutputResource>
override this.GetMediaLiveOutput : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Media.MediaLiveOutputResource>
Public Overridable Function GetMediaLiveOutput (liveOutputName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of MediaLiveOutputResource)

Parâmetros

liveOutputName
String

O nome da saída ao vivo.

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 é nulo.

Aplica-se a