次の方法で共有


LiveEventsOperationsExtensions.BeginReset メソッド

定義

ライブ イベントのリセット

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

パラメーター

operations
ILiveEventsOperations

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

resourceGroupName
String

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

accountName
String

Media Services アカウント名。

liveEventName
String

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

注釈

既存のライブ イベントをリセットします。 ライブ イベントのすべてのライブ出力が削除され、ライブ イベントが停止され、再度開始されます。 これらの資産で作成されたライブ出力とストリーミング ロケーターによって使用されるすべての資産は影響を受けません。

適用対象