public final class DetectorDefinitionResourceInner extends ProxyOnlyResource
| Constructor and Description |
|---|
DetectorDefinitionResourceInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
description()
Get the description property: Description of the detector.
|
String |
displayName()
Get the displayName property: Display name of the detector.
|
Boolean |
isEnabled()
Get the isEnabled property: Flag representing whether detector is enabled or not.
|
Double |
rank()
Get the rank property: Detector Rank.
|
void |
validate()
Validates the instance.
|
DetectorDefinitionResourceInner |
withKind(String kind)
Set the kind property: Kind of resource.
|
kindpublic DetectorDefinitionResourceInner withKind(String kind)
withKind in class ProxyOnlyResourcekind - the kind value to set.public String displayName()
public String description()
public Double rank()
public Boolean isEnabled()
public void validate()
validate in class ProxyOnlyResourceIllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.