次の方法で共有


LiveEventsOperationsExtensions.BeginAllocateAsync メソッド

定義

ライブ イベントにリソースを割り当てる

public static System.Threading.Tasks.Task BeginAllocateAsync (this Microsoft.Azure.Management.Media.ILiveEventsOperations operations, string resourceGroupName, string accountName, string liveEventName, System.Threading.CancellationToken cancellationToken = default);
static member BeginAllocateAsync : Microsoft.Azure.Management.Media.ILiveEventsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function BeginAllocateAsync (operations As ILiveEventsOperations, resourceGroupName As String, accountName As String, liveEventName As String, Optional cancellationToken As CancellationToken = Nothing) As Task

パラメーター

operations
ILiveEventsOperations

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

resourceGroupName
String

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

accountName
String

Media Services アカウント名。

liveEventName
String

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

ライブ イベントは、割り当てが完了した後に StandBy 状態になり、開始する準備ができています。

適用対象