共用方式為


BatchAccountOperationsExtensions.GetDetector 方法

定義

取得指定 Batch 帳戶之指定偵測器的相關資訊。

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

包含 Batch 帳戶的資源群組名稱。

accountName
String

Batch 帳戶的名稱。

detectorId
String

偵測器的名稱。

傳回

適用於