次の方法で共有


LiveEventsOperationsExtensions.Start メソッド

定義

ライブ イベントの開始

public static void Start (this Microsoft.Azure.Management.Media.ILiveEventsOperations operations, string resourceGroupName, string accountName, string liveEventName);
static member Start : Microsoft.Azure.Management.Media.ILiveEventsOperations * string * string * string -> unit
<Extension()>
Public Sub Start (operations As ILiveEventsOperations, resourceGroupName As String, accountName As String, liveEventName As String)

パラメーター

operations
ILiveEventsOperations

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

resourceGroupName
String

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

accountName
String

Media Services アカウント名。

liveEventName
String

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

注釈

停止状態または StandBy 状態のライブ イベントは、開始操作の完了後に実行中の状態になります。

適用対象