ManagementGroupPolicyDefinitionCollection Class

Definition

A class representing a collection of ManagementGroupPolicyDefinitionResource and their operations. Each ManagementGroupPolicyDefinitionResource in the collection will belong to the same instance of ManagementGroupResource. To get a ManagementGroupPolicyDefinitionCollection instance call the GetManagementGroupPolicyDefinitions method from an instance of ManagementGroupResource.

public class ManagementGroupPolicyDefinitionCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Resources.ManagementGroupPolicyDefinitionResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Resources.ManagementGroupPolicyDefinitionResource>
type ManagementGroupPolicyDefinitionCollection = class
    inherit ArmCollection
    interface seq<ManagementGroupPolicyDefinitionResource>
    interface IEnumerable
    interface IAsyncEnumerable<ManagementGroupPolicyDefinitionResource>
Public Class ManagementGroupPolicyDefinitionCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of ManagementGroupPolicyDefinitionResource), IEnumerable(Of ManagementGroupPolicyDefinitionResource)
Inheritance
ManagementGroupPolicyDefinitionCollection
Implements

Constructors

ManagementGroupPolicyDefinitionCollection()

Initializes a new instance of the ManagementGroupPolicyDefinitionCollection class for mocking.

Properties

Client

Gets the ArmClient this resource client was created from.

(Inherited from ArmCollection)
Diagnostics

Gets the diagnostic options for this resource client.

(Inherited from ArmCollection)
Endpoint

Gets the base uri for this resource client.

(Inherited from ArmCollection)
Id

Gets the resource identifier.

(Inherited from ArmCollection)
Pipeline

Gets the pipeline for this resource client.

(Inherited from ArmCollection)

Methods

CreateOrUpdate(WaitUntil, String, PolicyDefinitionData, CancellationToken)

This operation creates or updates a policy definition in the given management group with the given name.

  • Request Path: /providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Authorization/policyDefinitions/{policyDefinitionName}
  • Operation Id: PolicyDefinitions_CreateOrUpdateAtManagementGroup
  • Default Api Version: 2021-06-01
  • Resource: ManagementGroupPolicyDefinitionResource
CreateOrUpdateAsync(WaitUntil, String, PolicyDefinitionData, CancellationToken)

This operation creates or updates a policy definition in the given management group with the given name.

  • Request Path: /providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Authorization/policyDefinitions/{policyDefinitionName}
  • Operation Id: PolicyDefinitions_CreateOrUpdateAtManagementGroup
  • Default Api Version: 2021-06-01
  • Resource: ManagementGroupPolicyDefinitionResource
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Authorization/policyDefinitions/{policyDefinitionName}
  • Operation Id: PolicyDefinitions_GetAtManagementGroup
  • Default Api Version: 2021-06-01
  • Resource: ManagementGroupPolicyDefinitionResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Authorization/policyDefinitions/{policyDefinitionName}
  • Operation Id: PolicyDefinitions_GetAtManagementGroup
  • Default Api Version: 2021-06-01
  • Resource: ManagementGroupPolicyDefinitionResource
Get(String, CancellationToken)

This operation retrieves the policy definition in the given management group with the given name.

  • Request Path: /providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Authorization/policyDefinitions/{policyDefinitionName}
  • Operation Id: PolicyDefinitions_GetAtManagementGroup
  • Default Api Version: 2021-06-01
  • Resource: ManagementGroupPolicyDefinitionResource
GetAll(String, Nullable<Int32>, CancellationToken)

This operation retrieves a list of all the policy definitions in a given management group that match the optional given $filter. Valid values for $filter are: 'atExactScope()', 'policyType -eq {value}' or 'category eq '{value}''. If $filter is not provided, the unfiltered list includes all policy definitions associated with the management group, including those that apply directly or from management groups that contain the given management group. If $filter=atExactScope() is provided, the returned list only includes all policy definitions that at the given management group. If $filter='policyType -eq {value}' is provided, the returned list only includes all policy definitions whose type match the {value}. Possible policyType values are NotSpecified, BuiltIn, Custom, and Static. If $filter='category -eq {value}' is provided, the returned list only includes all policy definitions whose category match the {value}.

  • Request Path: /providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Authorization/policyDefinitions
  • Operation Id: PolicyDefinitions_ListByManagementGroup
  • Default Api Version: 2021-06-01
  • Resource: ManagementGroupPolicyDefinitionResource
GetAllAsync(String, Nullable<Int32>, CancellationToken)

This operation retrieves a list of all the policy definitions in a given management group that match the optional given $filter. Valid values for $filter are: 'atExactScope()', 'policyType -eq {value}' or 'category eq '{value}''. If $filter is not provided, the unfiltered list includes all policy definitions associated with the management group, including those that apply directly or from management groups that contain the given management group. If $filter=atExactScope() is provided, the returned list only includes all policy definitions that at the given management group. If $filter='policyType -eq {value}' is provided, the returned list only includes all policy definitions whose type match the {value}. Possible policyType values are NotSpecified, BuiltIn, Custom, and Static. If $filter='category -eq {value}' is provided, the returned list only includes all policy definitions whose category match the {value}.

  • Request Path: /providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Authorization/policyDefinitions
  • Operation Id: PolicyDefinitions_ListByManagementGroup
  • Default Api Version: 2021-06-01
  • Resource: ManagementGroupPolicyDefinitionResource
GetAsync(String, CancellationToken)

This operation retrieves the policy definition in the given management group with the given name.

  • Request Path: /providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Authorization/policyDefinitions/{policyDefinitionName}
  • Operation Id: PolicyDefinitions_GetAtManagementGroup
  • Default Api Version: 2021-06-01
  • Resource: ManagementGroupPolicyDefinitionResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Authorization/policyDefinitions/{policyDefinitionName}
  • Operation Id: PolicyDefinitions_GetAtManagementGroup
  • Default Api Version: 2021-06-01
  • Resource: ManagementGroupPolicyDefinitionResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Authorization/policyDefinitions/{policyDefinitionName}
  • Operation Id: PolicyDefinitions_GetAtManagementGroup
  • Default Api Version: 2021-06-01
  • Resource: ManagementGroupPolicyDefinitionResource
TryGetApiVersion(ResourceType, String)

Gets the api version override if it has been set for the current client options.

(Inherited from ArmCollection)

Explicit Interface Implementations

IAsyncEnumerable<ManagementGroupPolicyDefinitionResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<ManagementGroupPolicyDefinitionResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to