LiveOutputsOperationsExtensions.Create メソッド

定義

ライブ出力の作成

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

パラメーター

operations
ILiveOutputsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

Azure サブスクリプション内のリソース グループの名前。

accountName
String

Media Services アカウント名。

liveEventName
String

ライブ イベントの名前。最大長は 32 です。

liveOutputName
String

ライブ出力の名前。

parameters
LiveOutput

作成に必要なライブ出力プロパティ。

戻り値

注釈

新しいライブ出力を作成します。

適用対象