Partager via


DeletedAppConfigurationStoreCollection Classe

Définition

Classe représentant une collection de DeletedAppConfigurationStoreResource et leurs opérations. Chacun DeletedAppConfigurationStoreResource de la collection appartient au même instance de SubscriptionResource. Pour obtenir un DeletedAppConfigurationStoreCollection instance appelez la méthode GetDeletedAppConfigurationStores à partir d’un instance de SubscriptionResource.

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)
Héritage
DeletedAppConfigurationStoreCollection
Implémente

Constructeurs

DeletedAppConfigurationStoreCollection()

Initialise une nouvelle instance de la DeletedAppConfigurationStoreCollection classe pour les moqueries.

Propriétés

Client

Obtient le ArmClient client de ressource à partir duquel il a été créé.

(Hérité de ArmCollection)
Diagnostics

Obtient les options de diagnostic pour ce client de ressources.

(Hérité de ArmCollection)
Endpoint

Obtient l’URI de base pour ce client de ressource.

(Hérité de ArmCollection)
Id

Obtient l’identificateur de ressource.

(Hérité de ArmCollection)
Pipeline

Obtient le pipeline pour ce client de ressources.

(Hérité de ArmCollection)

Méthodes

Exists(AzureLocation, String, CancellationToken)

Vérifie si la ressource existe dans Azure.

  • Chemin/abonnements de la demande/{subscriptionId}/providers/Microsoft.AppConfiguration/locations/{location}/deletedConfigurationStores/{configStoreName}
  • IdConfigurationStores_GetDeleted d’opération
ExistsAsync(AzureLocation, String, CancellationToken)

Vérifie si la ressource existe dans Azure.

  • Chemin/abonnements de la demande/{subscriptionId}/providers/Microsoft.AppConfiguration/locations/{location}/deletedConfigurationStores/{configStoreName}
  • IdConfigurationStores_GetDeleted d’opération
Get(AzureLocation, String, CancellationToken)

Obtient un magasin de configuration d’application Azure supprimé.

  • Chemin/abonnements de la demande/{subscriptionId}/providers/Microsoft.AppConfiguration/locations/{location}/deletedConfigurationStores/{configStoreName}
  • IdConfigurationStores_GetDeleted d’opération
GetAll(CancellationToken)

Obtient des informations sur les magasins de configuration supprimés dans un abonnement.

  • Chemin/abonnements de la demande/{subscriptionId}/providers/Microsoft.AppConfiguration/deletedConfigurationStores
  • IdConfigurationStores_ListDeleted d’opération
GetAllAsync(CancellationToken)

Obtient des informations sur les magasins de configuration supprimés dans un abonnement.

  • Chemin/abonnements de la demande/{subscriptionId}/providers/Microsoft.AppConfiguration/deletedConfigurationStores
  • IdConfigurationStores_ListDeleted d’opération
GetAsync(AzureLocation, String, CancellationToken)

Obtient un magasin de configuration d’application Azure supprimé.

  • Chemin/abonnements de la demande/{subscriptionId}/providers/Microsoft.AppConfiguration/locations/{location}/deletedConfigurationStores/{configStoreName}
  • IdConfigurationStores_GetDeleted d’opération
TryGetApiVersion(ResourceType, String)

Obtient la substitution de version de l’API si elle a été définie pour les options clientes actuelles.

(Hérité de ArmCollection)

Implémentations d’interfaces explicites

IAsyncEnumerable<DeletedAppConfigurationStoreResource>.GetAsyncEnumerator(CancellationToken)

Retourne un énumérateur qui boucle de façon asynchrone dans la collection.

IEnumerable.GetEnumerator()

Retourne un énumérateur qui itère au sein d’une collection.

IEnumerable<DeletedAppConfigurationStoreResource>.GetEnumerator()

Retourne un énumérateur qui itère au sein de la collection.

S’applique à