LivePipelineOperationStatuses interface
Interface representing a LivePipelineOperationStatuses.
Methods
get(string, string, string, string, Live |
Get the operation status of a live pipeline. |
Method Details
get(string, string, string, string, LivePipelineOperationStatusesGetOptionalParams)
Get the operation status of a live pipeline.
function get(resourceGroupName: string, accountName: string, livePipelineName: string, operationId: string, options?: LivePipelineOperationStatusesGetOptionalParams): Promise<LivePipelineOperationStatus>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- accountName
-
string
The Azure Video Analyzer account name.
- livePipelineName
-
string
Live pipeline unique identifier.
- operationId
-
string
The operation ID.
The options parameters.
Returns
Promise<LivePipelineOperationStatus>
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript