DetectorResponse Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
DetectorResponse() |
Inicializuje novou instanci DetectorResponse třídy. |
DetectorResponse(String, String, String, String, String) |
Inicializuje novou instanci DetectorResponse třídy. |
DetectorResponse()
Inicializuje novou instanci DetectorResponse třídy.
public DetectorResponse ();
Public Sub New ()
Platí pro
DetectorResponse(String, String, String, String, String)
Inicializuje novou instanci DetectorResponse třídy.
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)
Parametry
- id
- String
ID prostředku.
- name
- String
Název prostředku.
- type
- String
Typ prostředku.
- etag
- String
Značka ETag prostředku, která se používá pro příkazy souběžnosti.
- value
- String
Řetězec kódovaný jako base64, který představuje obsah detektoru.
Platí pro
Azure SDK for .NET