Partager via


BatchAccountResource.GetBatchAccountDetectorAsync Méthode

Définition

Obtient des informations sur le détecteur donné pour un compte Batch donné.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/detectors/{detectorId}
  • IdBatchAccount_GetDetector d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Batch.BatchAccountDetectorResource>> GetBatchAccountDetectorAsync (string detectorId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetBatchAccountDetectorAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Batch.BatchAccountDetectorResource>>
override this.GetBatchAccountDetectorAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Batch.BatchAccountDetectorResource>>
Public Overridable Function GetBatchAccountDetectorAsync (detectorId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of BatchAccountDetectorResource))

Paramètres

detectorId
String

Nom du détecteur.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

detectorId est une chaîne vide et devait être non vide.

detectorId a la valeur null.

S’applique à