Partager via


ContainerAppConnectedEnvironmentDaprComponentCollection Classe

Définition

Classe représentant une collection de ContainerAppConnectedEnvironmentDaprComponentResource et leurs opérations. Chacun ContainerAppConnectedEnvironmentDaprComponentResource de la collection appartient au même instance de ContainerAppConnectedEnvironmentResource. Pour obtenir une ContainerAppConnectedEnvironmentDaprComponentCollection instance appelez la méthode GetContainerAppConnectedEnvironmentDaprComponents à partir d’un instance de ContainerAppConnectedEnvironmentResource.

public class ContainerAppConnectedEnvironmentDaprComponentCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.AppContainers.ContainerAppConnectedEnvironmentDaprComponentResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppContainers.ContainerAppConnectedEnvironmentDaprComponentResource>
type ContainerAppConnectedEnvironmentDaprComponentCollection = class
    inherit ArmCollection
    interface seq<ContainerAppConnectedEnvironmentDaprComponentResource>
    interface IEnumerable
    interface IAsyncEnumerable<ContainerAppConnectedEnvironmentDaprComponentResource>
Public Class ContainerAppConnectedEnvironmentDaprComponentCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of ContainerAppConnectedEnvironmentDaprComponentResource), IEnumerable(Of ContainerAppConnectedEnvironmentDaprComponentResource)
Héritage
ContainerAppConnectedEnvironmentDaprComponentCollection
Implémente

Constructeurs

ContainerAppConnectedEnvironmentDaprComponentCollection()

Initialise une nouvelle instance de la ContainerAppConnectedEnvironmentDaprComponentCollection 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

CreateOrUpdate(WaitUntil, String, ContainerAppDaprComponentData, CancellationToken)

Crée ou met à jour un composant Dapr dans un environnement connecté.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/connectedEnvironments/{connectedEnvironmentName}/daprComponents/{componentName}
  • IdConnectedEnvironmentsDaprComponents_CreateOrUpdate d’opération
CreateOrUpdateAsync(WaitUntil, String, ContainerAppDaprComponentData, CancellationToken)

Crée ou met à jour un composant Dapr dans un environnement connecté.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/connectedEnvironments/{connectedEnvironmentName}/daprComponents/{componentName}
  • IdConnectedEnvironmentsDaprComponents_CreateOrUpdate d’opération
Exists(String, CancellationToken)

Vérifie si la ressource existe dans Azure.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/connectedEnvironments/{connectedEnvironmentName}/daprComponents/{componentName}
  • IdConnectedEnvironmentsDaprComponents_Get d’opération
ExistsAsync(String, CancellationToken)

Vérifie si la ressource existe dans Azure.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/connectedEnvironments/{connectedEnvironmentName}/daprComponents/{componentName}
  • IdConnectedEnvironmentsDaprComponents_Get d’opération
Get(String, CancellationToken)

Obtenir un composant dapr.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/connectedEnvironments/{connectedEnvironmentName}/daprComponents/{componentName}
  • IdConnectedEnvironmentsDaprComponents_Get d’opération
GetAll(CancellationToken)

Obtenez les composants Dapr pour un environnement connecté.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/connectedEnvironments/{connectedEnvironmentName}/daprComponents
  • IdConnectedEnvironmentsDaprComponents_List d’opération
GetAllAsync(CancellationToken)

Obtenez les composants Dapr pour un environnement connecté.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/connectedEnvironments/{connectedEnvironmentName}/daprComponents
  • IdConnectedEnvironmentsDaprComponents_List d’opération
GetAsync(String, CancellationToken)

Obtenir un composant dapr.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/connectedEnvironments/{connectedEnvironmentName}/daprComponents/{componentName}
  • IdConnectedEnvironmentsDaprComponents_Get 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<ContainerAppConnectedEnvironmentDaprComponentResource>.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<ContainerAppConnectedEnvironmentDaprComponentResource>.GetEnumerator()

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

S’applique à