Compartilhar via


BatchAccountResource.GetBatchAccountDetectorAsync 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>> 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))

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