Freigeben über


PolicySetDefinitionsOperationsExtensions.ListByManagementGroupAsync Methode

Definition

Ruft alle Richtliniensatzdefinitionen in der Verwaltungsgruppe ab.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.Models.PolicySetDefinitionInner>> ListByManagementGroupAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IPolicySetDefinitionsOperations operations, string managementGroupId, System.Threading.CancellationToken cancellationToken = default);
static member ListByManagementGroupAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IPolicySetDefinitionsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.Models.PolicySetDefinitionInner>>
<Extension()>
Public Function ListByManagementGroupAsync (operations As IPolicySetDefinitionsOperations, managementGroupId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of PolicySetDefinitionInner))

Parameter

operations
IPolicySetDefinitionsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

managementGroupId
String

Die ID der Verwaltungsgruppe.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Dieser Vorgang ruft eine Liste aller Richtliniensatzdefinitionen in der angegebenen Verwaltungsgruppe ab.

Gilt für: