Compartilhar via


PolicyDefinitionsOperationsExtensions.ListByManagementGroupAsync Method

Definition

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

Parameters

managementGroupId
String
cancellationToken
CancellationToken

Returns

Applies to