LivePipelinesOperationsExtensions.Get メソッド

定義

特定のライブ パイプラインを名前で取得します。

public static Microsoft.Azure.Management.VideoAnalyzer.Models.LivePipeline Get (this Microsoft.Azure.Management.VideoAnalyzer.ILivePipelinesOperations operations, string resourceGroupName, string accountName, string livePipelineName);
static member Get : Microsoft.Azure.Management.VideoAnalyzer.ILivePipelinesOperations * string * string * string -> Microsoft.Azure.Management.VideoAnalyzer.Models.LivePipeline
<Extension()>
Public Function Get (operations As ILivePipelinesOperations, resourceGroupName As String, accountName As String, livePipelineName As String) As LivePipeline

パラメーター

operations
ILivePipelinesOperations

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

resourceGroupName
String

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

accountName
String

Azure Video Analyzer アカウント名。

livePipelineName
String

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

戻り値

注釈

特定のライブ パイプラインを名前で取得します。 その名前のライブ パイプラインが以前に作成されている場合、呼び出しはそのインスタンスの JSON 表現を返します。

適用対象