Freigeben über


BatchAccountDetectorCollection.Get(String, CancellationToken) Methode

Definition

Ruft Informationen über die angegebene Erkennung für ein bestimmtes Batch-Konto ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/detectors/{detectorId}
  • Vorgangs-IdBatchAccount_GetDetector
public virtual Azure.Response<Azure.ResourceManager.Batch.BatchAccountDetectorResource> Get (string detectorId, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Batch.BatchAccountDetectorResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Batch.BatchAccountDetectorResource>
Public Overridable Function Get (detectorId As String, Optional cancellationToken As CancellationToken = Nothing) As 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: