Share via


BatchAccountOperationsExtensions.ListDetectors Method

Definition

Gets information about the detectors available for a given Batch account.

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)

Parameters

operations
IBatchAccountOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group that contains the Batch account.

accountName
String

The name of the Batch account.

Returns

Applies to