Share via


DetectorResponse Class

Definition

Contains the information for a detector.

[Microsoft.Rest.Serialization.JsonTransformation]
public class DetectorResponse : Microsoft.Azure.Management.Batch.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type DetectorResponse = class
    inherit ProxyResource
Public Class DetectorResponse
Inherits ProxyResource
Inheritance
DetectorResponse
Attributes

Constructors

DetectorResponse()

Initializes a new instance of the DetectorResponse class.

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

Initializes a new instance of the DetectorResponse class.

Properties

Etag

Gets the ETag of the resource, used for concurrency statements.

(Inherited from ProxyResource)
Id

Gets the ID of the resource.

(Inherited from ProxyResource)
Name

Gets the name of the resource.

(Inherited from ProxyResource)
Type

Gets the type of the resource.

(Inherited from ProxyResource)
Value

Gets or sets a base64 encoded string that represents the content of a detector.

Applies to