Freigeben über


BatchAccountResource.GetBatchAccountDetectorAsync Methode

Definition

Ruft Informationen zum angegebenen Detektor für ein bestimmtes Batch-Konto ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/detectors/{detectorId}
  • Vorgang IdBatchAccount_GetDetector
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))

Parameter

detectorId
String

Der Name des Detektors.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

detectorId ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

detectorId ist NULL.

Gilt für: