Freigeben über


ManagementGroupAssignmentsExtentions.GetInManagementGroupAsync Methode

Definition

Ruft eine Blaupausenzuweisung in einer Verwaltungsgruppe ab.

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

Parameter

operations
IAssignmentsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

managementGroupName
String

Der Name der Verwaltungsgruppe, in der die Zuweisung gespeichert wird.

assignmentName
String

Der Name der Zuweisung.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: