Freigeben über


DeletedAppConfigurationStoreCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren DeletedAppConfigurationStoreResource Vorgänge darstellt. Jedes DeletedAppConfigurationStoreResource in der Auflistung gehört zum gleichen instance von SubscriptionResource. Um einen DeletedAppConfigurationStoreCollection instance rufen Sie die GetDeletedAppConfigurationStores-Methode aus einer instance von SubscriptionResourceauf.

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

Konstruktoren

DeletedAppConfigurationStoreCollection()

Initialisiert eine neue instance der -Klasse für die DeletedAppConfigurationStoreCollection Simulation.

Eigenschaften

Client

Ruft den ArmClient ab, aus dem 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

Exists(AzureLocation, String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.AppConfiguration/locations/{location}/deletedConfigurationStores/{configStoreName}
  • Vorgangs-IdConfigurationStores_GetDeleted
ExistsAsync(AzureLocation, String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.AppConfiguration/locations/{location}/deletedConfigurationStores/{configStoreName}
  • Vorgangs-IdConfigurationStores_GetDeleted
Get(AzureLocation, String, CancellationToken)

Ruft einen gelöschten Azure-App-Konfigurationsspeicher ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.AppConfiguration/locations/{location}/deletedConfigurationStores/{configStoreName}
  • Vorgangs-IdConfigurationStores_GetDeleted
GetAll(CancellationToken)

Ruft Informationen zu den gelöschten Konfigurationsspeichern in einem Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.AppConfiguration/deletedConfigurationStores
  • Vorgangs-IdConfigurationStores_ListDeleted
GetAllAsync(CancellationToken)

Ruft Informationen zu den gelöschten Konfigurationsspeichern in einem Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.AppConfiguration/deletedConfigurationStores
  • Vorgangs-IdConfigurationStores_ListDeleted
GetAsync(AzureLocation, String, CancellationToken)

Ruft einen gelöschten Azure-App-Konfigurationsspeicher ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.AppConfiguration/locations/{location}/deletedConfigurationStores/{configStoreName}
  • Vorgangs-IdConfigurationStores_GetDeleted
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<DeletedAppConfigurationStoreResource>.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<DeletedAppConfigurationStoreResource>.GetEnumerator()

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

Gilt für: