次の方法で共有


LivePipelinesOperationsExtensions.Activate メソッド

定義

ライブ パイプラインをアクティブ化します。

public static void Activate (this Microsoft.Azure.Management.VideoAnalyzer.ILivePipelinesOperations operations, string resourceGroupName, string accountName, string livePipelineName);
static member Activate : Microsoft.Azure.Management.VideoAnalyzer.ILivePipelinesOperations * string * string * string -> unit
<Extension()>
Public Sub Activate (operations As ILivePipelinesOperations, resourceGroupName As String, accountName As String, livePipelineName As String)

パラメーター

operations
ILivePipelinesOperations

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

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

accountName
String

Azure Video Analyzer アカウント名。

livePipelineName
String

ライブ パイプラインの一意識別子。

注釈

指定した名前でライブ パイプラインをアクティブ化します。

適用対象