ContainerAppManagedEnvironmentResource.GetContainerAppManagedEnvironmentDetectorAsync 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 les données diagnostics d’un environnement managé utilisé pour héberger des applications conteneur.
- Chemin d’accès/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{nom_environnement}/{nom_environnement}/detectors/{nom_détecteur}
- IdManagedEnvironmentDiagnostics_GetDetector d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppContainers.ContainerAppManagedEnvironmentDetectorResource>> GetContainerAppManagedEnvironmentDetectorAsync (string detectorName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetContainerAppManagedEnvironmentDetectorAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppContainers.ContainerAppManagedEnvironmentDetectorResource>>
override this.GetContainerAppManagedEnvironmentDetectorAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppContainers.ContainerAppManagedEnvironmentDetectorResource>>
Public Overridable Function GetContainerAppManagedEnvironmentDetectorAsync (detectorName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ContainerAppManagedEnvironmentDetectorResource))
Paramètres
- detectorName
- String
Nom du détecteur d’environnement managé.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
detectorName
est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.
detectorName
a la valeur null.