ManagedEnvironmentResource.GetDaprComponentAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtenir un composant dapr. Chemin de la requête : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}/daprComponents/{componentName} ID d’opération : DaprComponents_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Applications.Containers.DaprComponentResource>> GetDaprComponentAsync (string componentName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDaprComponentAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Applications.Containers.DaprComponentResource>>
override this.GetDaprComponentAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Applications.Containers.DaprComponentResource>>
Public Overridable Function GetDaprComponentAsync (componentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of DaprComponentResource))
Paramètres
- componentName
- String
Nom du composant Dapr.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
componentName
est une chaîne vide et devait être non vide.
componentName
a la valeur null.
S’applique à
Azure SDK for .NET