ResourceManagerRestRestClient.GetAzureAsyncOperationResource 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 azure async operation resource.
public System.Threading.Tasks.Task<Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Operations.AzureAsyncOperationResource> GetAzureAsyncOperationResource (Uri operationUri, System.Threading.CancellationToken cancellationToken);
member this.GetAzureAsyncOperationResource : Uri * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Operations.AzureAsyncOperationResource>
Public Function GetAzureAsyncOperationResource (operationUri As Uri, cancellationToken As CancellationToken) As Task(Of AzureAsyncOperationResource)
Parameters
- cancellationToken
- CancellationToken
The CancellationToken used to cancel the request.