TenantPolicySetDefinitionCollection Class

Definition

A class representing a collection of TenantPolicySetDefinitionResource and their operations. Each TenantPolicySetDefinitionResource in the collection will belong to the same instance of TenantResource. To get a TenantPolicySetDefinitionCollection instance call the GetTenantPolicySetDefinitions method from an instance of TenantResource.

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

Constructors

TenantPolicySetDefinitionCollection()

Initializes a new instance of the TenantPolicySetDefinitionCollection 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

Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /providers/Microsoft.Authorization/policySetDefinitions/{policySetDefinitionName}
  • Operation Id: PolicySetDefinitions_GetBuiltIn
  • Default Api Version: 2021-06-01
  • Resource: TenantPolicySetDefinitionResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /providers/Microsoft.Authorization/policySetDefinitions/{policySetDefinitionName}
  • Operation Id: PolicySetDefinitions_GetBuiltIn
  • Default Api Version: 2021-06-01
  • Resource: TenantPolicySetDefinitionResource
Get(String, CancellationToken)

This operation retrieves the built-in policy set definition with the given name.

  • Request Path: /providers/Microsoft.Authorization/policySetDefinitions/{policySetDefinitionName}
  • Operation Id: PolicySetDefinitions_GetBuiltIn
  • Default Api Version: 2021-06-01
  • Resource: TenantPolicySetDefinitionResource
GetAll(String, Nullable<Int32>, CancellationToken)

This operation retrieves a list of all the built-in policy set definitions that match the optional given $filter. If $filter='category -eq {value}' is provided, the returned list only includes all built-in policy set definitions whose category match the {value}.

  • Request Path: /providers/Microsoft.Authorization/policySetDefinitions
  • Operation Id: PolicySetDefinitions_ListBuiltIn
  • Default Api Version: 2021-06-01
  • Resource: TenantPolicySetDefinitionResource
GetAllAsync(String, Nullable<Int32>, CancellationToken)

This operation retrieves a list of all the built-in policy set definitions that match the optional given $filter. If $filter='category -eq {value}' is provided, the returned list only includes all built-in policy set definitions whose category match the {value}.

  • Request Path: /providers/Microsoft.Authorization/policySetDefinitions
  • Operation Id: PolicySetDefinitions_ListBuiltIn
  • Default Api Version: 2021-06-01
  • Resource: TenantPolicySetDefinitionResource
GetAsync(String, CancellationToken)

This operation retrieves the built-in policy set definition with the given name.

  • Request Path: /providers/Microsoft.Authorization/policySetDefinitions/{policySetDefinitionName}
  • Operation Id: PolicySetDefinitions_GetBuiltIn
  • Default Api Version: 2021-06-01
  • Resource: TenantPolicySetDefinitionResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /providers/Microsoft.Authorization/policySetDefinitions/{policySetDefinitionName}
  • Operation Id: PolicySetDefinitions_GetBuiltIn
  • Default Api Version: 2021-06-01
  • Resource: TenantPolicySetDefinitionResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /providers/Microsoft.Authorization/policySetDefinitions/{policySetDefinitionName}
  • Operation Id: PolicySetDefinitions_GetBuiltIn
  • Default Api Version: 2021-06-01
  • Resource: TenantPolicySetDefinitionResource
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<TenantPolicySetDefinitionResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<TenantPolicySetDefinitionResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to