Freigeben über


AssignmentsOperationsExtensions.GetAsync Methode

Definition

Rufen Sie eine Blaupausenzuweisung ab.

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

Parameter

operations
IAssignmentsOperations

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.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: