Partilhar via


BatchAccountDetectorCollection.GetAsync(String, CancellationToken) Método

Definição

Obtém informações sobre o detector especificado para uma determinada conta do Lote.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/detectores/{detectorId}
  • IdBatchAccount_GetDetector de operação
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Batch.BatchAccountDetectorResource>> GetAsync (string detectorId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Batch.BatchAccountDetectorResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Batch.BatchAccountDetectorResource>>
Public Overridable Function GetAsync (detectorId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of BatchAccountDetectorResource))

Parâmetros

detectorId
String

O nome do detector.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

detectorId é uma cadeia de caracteres vazia e era esperado que não estivesse vazio.

detectorId é nulo.

Aplica-se a