次の方法で共有


LivePipelinesOperationsExtensions.BeginDeactivate メソッド

定義

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

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

パラメーター

operations
ILivePipelinesOperations

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

resourceGroupName
String

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

accountName
String

Azure Video Analyzer アカウント名。

livePipelineName
String

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

注釈

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

適用対象