Freigeben über


BatchAccountOperationsExtensions.ListDetectors Methode

Definition

Ruft Informationen zu den für ein bestimmtes Batch-Konto verfügbaren Detektoren ab.

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)

Parameter

operations
IBatchAccountOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe, die das Batch-Konto enthält.

accountName
String

Der Name des Batch-Kontos.

Gibt zurück

Gilt für: