DetectorResponse 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
DetectorResponse() |
初始化 DetectorResponse 類別的新實例。 |
DetectorResponse(String, String, String, String, String) |
初始化 DetectorResponse 類別的新實例。 |
DetectorResponse()
初始化 DetectorResponse 類別的新實例。
public DetectorResponse ();
Public Sub New ()
適用於
DetectorResponse(String, String, String, String, String)
初始化 DetectorResponse 類別的新實例。
public DetectorResponse (string id = default, string name = default, string type = default, string etag = default, string value = default);
new Microsoft.Azure.Management.Batch.Models.DetectorResponse : string * string * string * string * string -> Microsoft.Azure.Management.Batch.Models.DetectorResponse
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional etag As String = Nothing, Optional value As String = Nothing)
參數
- id
- String
資源的識別碼。
- name
- String
資源名稱。
- type
- String
資源類型。
- etag
- String
資源的 ETag,用於並行語句。
- value
- String
Base64 編碼字串,表示偵測器的內容。