Partager via


LiveOutputs interface

Interface représentant un LiveOutputs.

Méthodes

asyncOperation(string, string, string, LiveOutputsAsyncOperationOptionalParams)

Obtenez un état d’opération Live Output.

beginCreate(string, string, string, string, LiveOutput, LiveOutputsCreateOptionalParams)

Crée une sortie en direct.

beginCreateAndWait(string, string, string, string, LiveOutput, LiveOutputsCreateOptionalParams)

Crée une sortie en direct.

beginDelete(string, string, string, string, LiveOutputsDeleteOptionalParams)

Supprime une sortie en direct. La suppression d’une sortie dynamique ne supprime pas la ressource dans laquelle la sortie en direct écrit.

beginDeleteAndWait(string, string, string, string, LiveOutputsDeleteOptionalParams)

Supprime une sortie en direct. La suppression d’une sortie dynamique ne supprime pas la ressource dans laquelle la sortie en direct écrit.

get(string, string, string, string, LiveOutputsGetOptionalParams)

Obtient une sortie en direct.

list(string, string, string, LiveOutputsListOptionalParams)

Répertorie les sorties en direct d’un événement en direct.

operationLocation(string, string, string, string, string, LiveOutputsOperationLocationOptionalParams)

Obtenez un état d’opération Live Output.

Détails de la méthode

asyncOperation(string, string, string, LiveOutputsAsyncOperationOptionalParams)

Obtenez un état d’opération Live Output.

function asyncOperation(resourceGroupName: string, accountName: string, operationId: string, options?: LiveOutputsAsyncOperationOptionalParams): Promise<AsyncOperationResult>

Paramètres

resourceGroupName

string

Nom du groupe de ressources au sein de l’abonnement Azure.

accountName

string

Nom du compte Media Services.

operationId

string

ID d’une opération asynchrone en cours.

options
LiveOutputsAsyncOperationOptionalParams

Paramètres d’options.

Retours

beginCreate(string, string, string, string, LiveOutput, LiveOutputsCreateOptionalParams)

Crée une sortie en direct.

function beginCreate(resourceGroupName: string, accountName: string, liveEventName: string, liveOutputName: string, parameters: LiveOutput, options?: LiveOutputsCreateOptionalParams): Promise<PollerLike<PollOperationState<LiveOutput>, LiveOutput>>

Paramètres

resourceGroupName

string

Nom du groupe de ressources au sein de l’abonnement Azure.

accountName

string

Nom du compte Media Services.

liveEventName

string

Le nom de l’événement en direct, dont la longueur maximale est 32.

liveOutputName

string

Nom de la sortie en direct.

parameters
LiveOutput

Propriétés de sortie dynamique nécessaires à la création.

options
LiveOutputsCreateOptionalParams

Paramètres d’options.

Retours

Promise<PollerLike<@azure/core-lro.PollOperationState<LiveOutput>, LiveOutput>>

beginCreateAndWait(string, string, string, string, LiveOutput, LiveOutputsCreateOptionalParams)

Crée une sortie en direct.

function beginCreateAndWait(resourceGroupName: string, accountName: string, liveEventName: string, liveOutputName: string, parameters: LiveOutput, options?: LiveOutputsCreateOptionalParams): Promise<LiveOutput>

Paramètres

resourceGroupName

string

Nom du groupe de ressources au sein de l’abonnement Azure.

accountName

string

Nom du compte Media Services.

liveEventName

string

Le nom de l’événement en direct, dont la longueur maximale est 32.

liveOutputName

string

Nom de la sortie en direct.

parameters
LiveOutput

Propriétés de sortie dynamique nécessaires à la création.

options
LiveOutputsCreateOptionalParams

Paramètres d’options.

Retours

Promise<LiveOutput>

beginDelete(string, string, string, string, LiveOutputsDeleteOptionalParams)

Supprime une sortie en direct. La suppression d’une sortie dynamique ne supprime pas la ressource dans laquelle la sortie en direct écrit.

function beginDelete(resourceGroupName: string, accountName: string, liveEventName: string, liveOutputName: string, options?: LiveOutputsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

Paramètres

resourceGroupName

string

Nom du groupe de ressources au sein de l’abonnement Azure.

accountName

string

Nom du compte Media Services.

liveEventName

string

Le nom de l’événement en direct, dont la longueur maximale est 32.

liveOutputName

string

Nom de la sortie en direct.

options
LiveOutputsDeleteOptionalParams

Paramètres d’options.

Retours

Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>

beginDeleteAndWait(string, string, string, string, LiveOutputsDeleteOptionalParams)

Supprime une sortie en direct. La suppression d’une sortie dynamique ne supprime pas la ressource dans laquelle la sortie en direct écrit.

function beginDeleteAndWait(resourceGroupName: string, accountName: string, liveEventName: string, liveOutputName: string, options?: LiveOutputsDeleteOptionalParams): Promise<void>

Paramètres

resourceGroupName

string

Nom du groupe de ressources au sein de l’abonnement Azure.

accountName

string

Nom du compte Media Services.

liveEventName

string

Le nom de l’événement en direct, dont la longueur maximale est 32.

liveOutputName

string

Nom de la sortie en direct.

options
LiveOutputsDeleteOptionalParams

Paramètres d’options.

Retours

Promise<void>

get(string, string, string, string, LiveOutputsGetOptionalParams)

Obtient une sortie en direct.

function get(resourceGroupName: string, accountName: string, liveEventName: string, liveOutputName: string, options?: LiveOutputsGetOptionalParams): Promise<LiveOutput>

Paramètres

resourceGroupName

string

Nom du groupe de ressources au sein de l’abonnement Azure.

accountName

string

Nom du compte Media Services.

liveEventName

string

Le nom de l’événement en direct, dont la longueur maximale est 32.

liveOutputName

string

Nom de la sortie en direct.

options
LiveOutputsGetOptionalParams

Paramètres d’options.

Retours

Promise<LiveOutput>

list(string, string, string, LiveOutputsListOptionalParams)

Répertorie les sorties en direct d’un événement en direct.

function list(resourceGroupName: string, accountName: string, liveEventName: string, options?: LiveOutputsListOptionalParams): PagedAsyncIterableIterator<LiveOutput, LiveOutput[], PageSettings>

Paramètres

resourceGroupName

string

Nom du groupe de ressources au sein de l’abonnement Azure.

accountName

string

Nom du compte Media Services.

liveEventName

string

Le nom de l’événement en direct, dont la longueur maximale est 32.

options
LiveOutputsListOptionalParams

Paramètres d’options.

Retours

operationLocation(string, string, string, string, string, LiveOutputsOperationLocationOptionalParams)

Obtenez un état d’opération Live Output.

function operationLocation(resourceGroupName: string, accountName: string, liveEventName: string, liveOutputName: string, operationId: string, options?: LiveOutputsOperationLocationOptionalParams): Promise<LiveOutput>

Paramètres

resourceGroupName

string

Nom du groupe de ressources au sein de l’abonnement Azure.

accountName

string

Nom du compte Media Services.

liveEventName

string

Le nom de l’événement en direct, dont la longueur maximale est 32.

liveOutputName

string

Nom de la sortie en direct.

operationId

string

ID d’une opération asynchrone en cours.

options
LiveOutputsOperationLocationOptionalParams

Paramètres d’options.

Retours

Promise<LiveOutput>