ContainerAppManagedEnvironmentResource.GetContainerAppManagedCertificateAsync 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.
Obtenez le certificat managé spécifié.
- Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{nom_environnement}/{nom_environnement}/managedCertificates/{managedCertificateName}
- IdManagedCertificates_Get d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppContainers.ContainerAppManagedCertificateResource>> GetContainerAppManagedCertificateAsync (string managedCertificateName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetContainerAppManagedCertificateAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppContainers.ContainerAppManagedCertificateResource>>
override this.GetContainerAppManagedCertificateAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppContainers.ContainerAppManagedCertificateResource>>
Public Overridable Function GetContainerAppManagedCertificateAsync (managedCertificateName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ContainerAppManagedCertificateResource))
Paramètres
- managedCertificateName
- String
Nom du certificat managé.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
managedCertificateName
est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.
managedCertificateName
a la valeur null.