DetectorDefinitionResource Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
ARM resource for a detector definition
[Microsoft.Rest.Serialization.JsonTransformation]
public class DetectorDefinitionResource : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type DetectorDefinitionResource = class
inherit ProxyOnlyResource
Public Class DetectorDefinitionResource
Inherits ProxyOnlyResource
- Inheritance
- Attributes
Constructors
DetectorDefinitionResource() |
Initializes a new instance of the DetectorDefinitionResource class. |
DetectorDefinitionResource(String, String, String, String, String, String, Nullable<Double>, Nullable<Boolean>) |
Initializes a new instance of the DetectorDefinitionResource class. |
Properties
Description |
Gets description of the detector |
DisplayName |
Gets display name of the detector |
Id |
Gets resource Id. (Inherited from ProxyOnlyResource) |
IsEnabled |
Gets flag representing whether detector is enabled or not. |
Kind |
Gets or sets kind of resource. (Inherited from ProxyOnlyResource) |
Name |
Gets resource Name. (Inherited from ProxyOnlyResource) |
Rank |
Gets detector Rank |
Type |
Gets resource type. (Inherited from ProxyOnlyResource) |
Applies to
Azure SDK for .NET