AuthConfigCollection Class

Definition

A class representing a collection of AuthConfigResource and their operations. Each AuthConfigResource in the collection will belong to the same instance of ContainerAppResource. To get an AuthConfigCollection instance call the GetAuthConfigs method from an instance of ContainerAppResource.

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

Constructors

AuthConfigCollection()

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

Create or update the AuthConfig for a Container App. Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/authConfigs/{authConfigName} Operation Id: ContainerAppsAuthConfigs_CreateOrUpdate

CreateOrUpdateAsync(WaitUntil, String, AuthConfigData, CancellationToken)

Create or update the AuthConfig for a Container App. Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/authConfigs/{authConfigName} Operation Id: ContainerAppsAuthConfigs_CreateOrUpdate

Exists(String, CancellationToken)

Checks to see if the resource exists in azure. Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/authConfigs/{authConfigName} Operation Id: ContainerAppsAuthConfigs_Get

ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure. Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/authConfigs/{authConfigName} Operation Id: ContainerAppsAuthConfigs_Get

Get(String, CancellationToken)

Get a AuthConfig of a Container App. Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/authConfigs/{authConfigName} Operation Id: ContainerAppsAuthConfigs_Get

GetAll(CancellationToken)

Get the Container App AuthConfigs in a given resource group. Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/authConfigs Operation Id: ContainerAppsAuthConfigs_ListByContainerApp

GetAllAsync(CancellationToken)

Get the Container App AuthConfigs in a given resource group. Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/authConfigs Operation Id: ContainerAppsAuthConfigs_ListByContainerApp

GetAsync(String, CancellationToken)

Get a AuthConfig of a Container App. Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/authConfigs/{authConfigName} Operation Id: ContainerAppsAuthConfigs_Get

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

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<AuthConfigResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to