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


BatchAccountOperationsExtensions.ListDetectors Метод

Определение

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

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

Параметры

operations
IBatchAccountOperations

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

resourceGroupName
String

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

accountName
String

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

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

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