Поделиться через


BatchAccountOperationsExtensions.GetDetector Метод

Определение

Получает сведения о заданном детекторе для заданной учетной записи пакетной службы.

public static Microsoft.Azure.Management.Batch.Models.DetectorResponse GetDetector (this Microsoft.Azure.Management.Batch.IBatchAccountOperations operations, string resourceGroupName, string accountName, string detectorId);
static member GetDetector : Microsoft.Azure.Management.Batch.IBatchAccountOperations * string * string * string -> Microsoft.Azure.Management.Batch.Models.DetectorResponse
<Extension()>
Public Function GetDetector (operations As IBatchAccountOperations, resourceGroupName As String, accountName As String, detectorId As String) As DetectorResponse

Параметры

operations
IBatchAccountOperations

Группа операций для этого метода расширения.

resourceGroupName
String

Имя группы ресурсов, содержащей учетную запись пакетной службы.

accountName
String

Имя учетной записи пакетной службы.

detectorId
String

Имя детектора.

Возвращаемое значение

Применяется к