Freigeben über


AuthConfigCollection Klasse

Definition

Eine Klasse, die eine Auflistung von AuthConfigResource und deren Vorgänge darstellt. Jedes AuthConfigResource in der Auflistung gehört zum gleichen instance von ContainerAppResource. Um einen AuthConfigCollection instance rufen Sie die GetAuthConfigs-Methode aus einer instance von aufContainerAppResource.

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)
Vererbung
AuthConfigCollection
Implementiert

Konstruktoren

AuthConfigCollection()

Initialisiert eine neue instance der AuthConfigCollection -Klasse zum Mocking.

Eigenschaften

Client

Ruft die Ressource ab, aus ArmClient der dieser Ressourcenclient erstellt wurde.

(Geerbt von ArmCollection)
Diagnostics

Ruft die Diagnoseoptionen für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Endpoint

Ruft den Basis-URI für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Id

Ruft den Ressourcenbezeichner ab.

(Geerbt von ArmCollection)
Pipeline

Ruft die Pipeline für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)

Methoden

CreateOrUpdate(WaitUntil, String, AuthConfigData, CancellationToken)

Erstellen oder aktualisieren Sie die AuthConfig für eine Container-App. Anforderungspfad: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/authConfigs/{authConfigName} Vorgangs-ID: ContainerAppsAuthConfigs_CreateOrUpdate

CreateOrUpdateAsync(WaitUntil, String, AuthConfigData, CancellationToken)

Erstellen oder aktualisieren Sie die AuthConfig für eine Container-App. Anforderungspfad: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/authConfigs/{authConfigName} Vorgangs-ID: ContainerAppsAuthConfigs_CreateOrUpdate

Exists(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist. Anforderungspfad: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/authConfigs/{authConfigName} Vorgangs-ID: ContainerAppsAuthConfigs_Get

ExistsAsync(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist. Anforderungspfad: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/authConfigs/{authConfigName} Vorgangs-ID: ContainerAppsAuthConfigs_Get

Get(String, CancellationToken)

Rufen Sie eine AuthConfig einer Container-App ab. Anforderungspfad: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/authConfigs/{authConfigName} Vorgangs-ID: ContainerAppsAuthConfigs_Get

GetAll(CancellationToken)

Rufen Sie die Container-App-AuthConfigs in einer bestimmten Ressourcengruppe ab. Anforderungspfad: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/authConfigs Operation ID: ContainerAppsAuthConfigs_ListByContainerApp

GetAllAsync(CancellationToken)

Rufen Sie die Container-App-AuthConfigs in einer bestimmten Ressourcengruppe ab. Anforderungspfad: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/authConfigs Operation ID: ContainerAppsAuthConfigs_ListByContainerApp

GetAsync(String, CancellationToken)

Rufen Sie eine AuthConfig einer Container-App ab. Anforderungspfad: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/authConfigs/{authConfigName} Vorgangs-ID: ContainerAppsAuthConfigs_Get

TryGetApiVersion(ResourceType, String)

Ruft die API-Version außer Kraft, wenn sie für die aktuellen Clientoptionen festgelegt wurde.

(Geerbt von ArmCollection)

Explizite Schnittstellenimplementierungen

IAsyncEnumerable<AuthConfigResource>.GetAsyncEnumerator(CancellationToken)

Gibt einen Enumerator zurück, der die Sammlung asynchron durchläuft.

IEnumerable.GetEnumerator()

Gibt einen Enumerator zurück, der eine Auflistung durchläuft.

IEnumerable<AuthConfigResource>.GetEnumerator()

Gibt einen Enumerator zurück, der die Auflistung durchläuft.

Gilt für: