MonitoringSettingResourceInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. appplatform. fluent. models. MonitoringSettingResourceInner
- com.
- com.
public final class MonitoringSettingResourceInner
extends ProxyResource
Monitoring Setting resource.
Constructor Summary
Constructor | Description |
---|---|
MonitoringSettingResourceInner() |
Creates an instance of Monitoring |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Monitoring |
fromJson(JsonReader jsonReader)
Reads an instance of Monitoring |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
String |
name()
Get the name property: The name of the resource. |
Monitoring |
properties()
Get the properties property: Properties of the Monitoring Setting resource. |
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. |
Monitoring |
withProperties(MonitoringSettingProperties properties)
Set the properties property: Properties of the Monitoring Setting resource. |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
MonitoringSettingResourceInner
public MonitoringSettingResourceInner()
Creates an instance of MonitoringSettingResourceInner class.
Method Details
fromJson
public static MonitoringSettingResourceInner fromJson(JsonReader jsonReader)
Reads an instance of MonitoringSettingResourceInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
MonitoringSettingResourceInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
MonitoringSettingResourceInner.name()Returns:
properties
public MonitoringSettingProperties properties()
Get the properties property: Properties of the Monitoring Setting resource.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Metadata pertaining to creation and last modification of the resource.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
MonitoringSettingResourceInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
MonitoringSettingResourceInner.type()Returns:
validate
public void validate()
Validates the instance.
withProperties
public MonitoringSettingResourceInner withProperties(MonitoringSettingProperties properties)
Set the properties property: Properties of the Monitoring Setting resource.
Parameters:
Returns:
Applies to
Azure SDK for Java