Delen via


BatchAccountOperationsExtensions.GetDetector Methode

Definitie

Hiermee haalt u informatie op over de opgegeven detector voor een bepaald Batch-account.

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

Parameters

operations
IBatchAccountOperations

De bewerkingsgroep voor deze extensiemethode.

resourceGroupName
String

De naam van de resourcegroep die het Batch-account bevat.

accountName
String

De naam van het Batch-account.

detectorId
String

De naam van de detector.

Retouren

Van toepassing op