AlertConfigurationInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. authorization. fluent. models. AlertConfigurationInner
- com.
- com.
public final class AlertConfigurationInner
extends ProxyResource
Alert configuration.
Constructor Summary
| Constructor | Description |
|---|---|
| AlertConfigurationInner() |
Creates an instance of Alert |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Alert |
fromJson(JsonReader jsonReader)
Reads an instance of Alert |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
name()
Get the name property: The name of the resource. |
|
Alert |
properties()
Get the properties property: Alert configuration properties. |
|
System |
systemData()
Get the system |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| void |
validate()
Validates the instance. |
|
Alert |
withProperties(AlertConfigurationPropertiesInner properties)
Set the properties property: Alert configuration properties. |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
AlertConfigurationInner
public AlertConfigurationInner()
Creates an instance of AlertConfigurationInner class.
Method Details
fromJson
public static AlertConfigurationInner fromJson(JsonReader jsonReader)
Reads an instance of AlertConfigurationInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
AlertConfigurationInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
AlertConfigurationInner.name()Returns:
properties
public AlertConfigurationPropertiesInner properties()
Get the properties property: Alert configuration properties.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
AlertConfigurationInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
AlertConfigurationInner.type()Returns:
validate
public void validate()
Validates the instance.
withProperties
public AlertConfigurationInner withProperties(AlertConfigurationPropertiesInner properties)
Set the properties property: Alert configuration properties.
Parameters:
Returns: