LivePipelineOperationStatusesOperationsExtensions.GetAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the operation status
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.VideoAnalyzer.Models.LivePipelineOperationStatus> GetAsync (this Microsoft.Azure.Management.VideoAnalyzer.ILivePipelineOperationStatusesOperations operations, string resourceGroupName, string accountName, string livePipelineName, string operationId, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.VideoAnalyzer.ILivePipelineOperationStatusesOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.VideoAnalyzer.Models.LivePipelineOperationStatus>
<Extension()>
Public Function GetAsync (operations As ILivePipelineOperationStatusesOperations, resourceGroupName As String, accountName As String, livePipelineName As String, operationId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of LivePipelineOperationStatus)
Parameters
- operations
- ILivePipelineOperationStatusesOperations
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.
- livePipelineName
- String
Live pipeline unique identifier.
- operationId
- String
The operation ID.
- cancellationToken
- CancellationToken
The cancellation token.
Returns
Remarks
Get the operation status of a live pipeline.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET