Share via


AuthorizationProviderOperationsMetadataCollection Class

Definition

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

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

Constructors

AuthorizationProviderOperationsMetadataCollection()

Initializes a new instance of the AuthorizationProviderOperationsMetadataCollection 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, String, CancellationToken)

Checks to see if the resource exists in azure.

ExistsAsync(String, String, CancellationToken)

Checks to see if the resource exists in azure.

Get(String, String, CancellationToken)

Gets provider operations metadata for the specified resource provider.

GetAll(String, CancellationToken)

Gets provider operations metadata for all resource providers.

GetAllAsync(String, CancellationToken)

Gets provider operations metadata for all resource providers.

GetAsync(String, String, CancellationToken)

Gets provider operations metadata for the specified resource provider.

GetIfExists(String, String, CancellationToken)

Tries to get details for this resource from the service.

GetIfExistsAsync(String, String, CancellationToken)

Tries to get details for this resource from the service.

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<AuthorizationProviderOperationsMetadataResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<AuthorizationProviderOperationsMetadataResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to