Share via


DetectorResponse Constructors

Definition

Overloads

DetectorResponse()

Initializes a new instance of the DetectorResponse class.

DetectorResponse(String, String, String, String, String)

Initializes a new instance of the DetectorResponse class.

DetectorResponse()

Initializes a new instance of the DetectorResponse class.

public DetectorResponse ();
Public Sub New ()

Applies to

DetectorResponse(String, String, String, String, String)

Initializes a new instance of the DetectorResponse class.

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)

Parameters

id
String

The ID of the resource.

name
String

The name of the resource.

type
String

The type of the resource.

etag
String

The ETag of the resource, used for concurrency statements.

value
String

A base64 encoded string that represents the content of a detector.

Applies to