ManagementGroupAssignmentsExtentions.ListInManagementGroupAsync Metodo

Definizione

Elenca le assegnazioni di progetto all'interno di un gruppo di gestione.

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

Parametri

operations
IAssignmentsOperations

Gruppo di operazioni per questo metodo di estensione.

managementGroupName
String

Nome del gruppo di gestione in cui vengono salvate le assegnazioni.

cancellationToken
CancellationToken

Token di annullamento.

Restituisce

Si applica a