Freigeben über


LiveOutputsOperationsExtensions.BeginCreate Methode

Definition

Erstellen einer Liveausgabe

public static Microsoft.Azure.Management.Media.Models.LiveOutput BeginCreate(this Microsoft.Azure.Management.Media.ILiveOutputsOperations operations, string resourceGroupName, string accountName, string liveEventName, string liveOutputName, Microsoft.Azure.Management.Media.Models.LiveOutput parameters);
static member BeginCreate : Microsoft.Azure.Management.Media.ILiveOutputsOperations * string * string * string * string * Microsoft.Azure.Management.Media.Models.LiveOutput -> Microsoft.Azure.Management.Media.Models.LiveOutput
<Extension()>
Public Function BeginCreate (operations As ILiveOutputsOperations, resourceGroupName As String, accountName As String, liveEventName As String, liveOutputName As String, parameters As LiveOutput) As LiveOutput

Parameter

operations
ILiveOutputsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe innerhalb des Azure-Abonnements.

accountName
String

Der Name des Media Services-Kontos.

liveEventName
String

Der Name des Liveereignisses, die maximale Länge beträgt 32.

liveOutputName
String

Der Name der Liveausgabe.

parameters
LiveOutput

Liveausgabeeigenschaften, die für die Erstellung erforderlich sind.

Gibt zurück

Hinweise

Erstellt eine neue Liveausgabe.

Gilt für: