Freigeben über


AssignmentOperationsExtensions.GetAsync Methode

Definition

Rufen Sie einen Blaupausenzuweisungsvorgang ab.

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)

Parameter

operations
IAssignmentOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceScope
String

Der Bereich der Ressource. Gültige Bereiche sind: Verwaltungsgruppe (Format: '/providers/Microsoft.Management/managementGroups/{managementGroup}'), Abonnement (Format: '/subscriptions/{subscriptionId}').

assignmentName
String

Name der Blaupausenzuweisung.

assignmentOperationName
String

Name des Blaupausenzuweisungsvorgangs.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: