Share via


AssignmentOperationsExtensions.GetAsync Method

Definition

Get a blueprint assignment operation.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Blueprint.Models.AssignmentOperation> GetAsync (this Microsoft.Azure.Management.Blueprint.IAssignmentOperations operations, string resourceScope, string assignmentName, string assignmentOperationName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Blueprint.IAssignmentOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Blueprint.Models.AssignmentOperation>
<Extension()>
Public Function GetAsync (operations As IAssignmentOperations, resourceScope As String, assignmentName As String, assignmentOperationName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AssignmentOperation)

Parameters

operations
IAssignmentOperations

The operations group for this extension method.

resourceScope
String

The scope of the resource. Valid scopes are: management group (format: '/providers/Microsoft.Management/managementGroups/{managementGroup}'), subscription (format: '/subscriptions/{subscriptionId}').

assignmentName
String

Name of the blueprint assignment.

assignmentOperationName
String

Name of the blueprint assignment operation.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to