Share via


PipelineJobsOperationsExtensions.Get Method

Definition

Gets a specific pipeline job by name.

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

Parameters

operations
IPipelineJobsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

accountName
String

The Azure Video Analyzer account name.

pipelineJobName
String

The pipeline job name.

Returns

Remarks

Retrieves a specific pipeline job by name. If a pipeline job with that name has been previously created, the call will return the JSON representation of that instance.

Applies to