Freigeben über


ContainerAppAuthConfigCollection Klasse

Definition

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

public class ContainerAppAuthConfigCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.AppContainers.ContainerAppAuthConfigResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppContainers.ContainerAppAuthConfigResource>
type ContainerAppAuthConfigCollection = class
    inherit ArmCollection
    interface seq<ContainerAppAuthConfigResource>
    interface IEnumerable
    interface IAsyncEnumerable<ContainerAppAuthConfigResource>
Public Class ContainerAppAuthConfigCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of ContainerAppAuthConfigResource), IEnumerable(Of ContainerAppAuthConfigResource)
Vererbung
ContainerAppAuthConfigCollection
Implementiert

Konstruktoren

ContainerAppAuthConfigCollection()

Initialisiert eine neue instance der ContainerAppAuthConfigCollection -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, ContainerAppAuthConfigData, CancellationToken)

Erstellen oder aktualisieren Sie die AuthConfig für eine Container-App.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/authConfigs/{authConfigName}
  • Vorgang IdContainerAppsAuthConfigs_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, ContainerAppAuthConfigData, CancellationToken)

Erstellen oder aktualisieren Sie die AuthConfig für eine Container-App.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/authConfigs/{authConfigName}
  • Vorgang IdContainerAppsAuthConfigs_CreateOrUpdate
Exists(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/authConfigs/{authConfigName}
  • Vorgang IdContainerAppsAuthConfigs_Get
ExistsAsync(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/authConfigs/{authConfigName}
  • Vorgang IdContainerAppsAuthConfigs_Get
Get(String, CancellationToken)

Rufen Sie eine AuthConfig einer Container-App ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/authConfigs/{authConfigName}
  • Vorgang IdContainerAppsAuthConfigs_Get
GetAll(CancellationToken)

Rufen Sie die Container-App-AuthConfigs in einer bestimmten Ressourcengruppe ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/authConfigs
  • Vorgang IdContainerAppsAuthConfigs_ListByContainerApp
GetAllAsync(CancellationToken)

Rufen Sie die Container-App-AuthConfigs in einer bestimmten Ressourcengruppe ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/authConfigs
  • Vorgang IdContainerAppsAuthConfigs_ListByContainerApp
GetAsync(String, CancellationToken)

Rufen Sie eine AuthConfig einer Container-App ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/authConfigs/{authConfigName}
  • Vorgang IdContainerAppsAuthConfigs_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<ContainerAppAuthConfigResource>.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<ContainerAppAuthConfigResource>.GetEnumerator()

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

Gilt für: