SmartGroupModificationInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. alertsmanagement. fluent. models. SmartGroupModificationInner
- com.
- com.
public final class SmartGroupModificationInner
extends ProxyResource
Alert Modification details.
Constructor Summary
| Constructor | Description |
|---|---|
| SmartGroupModificationInner() |
Creates an instance of Smart |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Smart |
fromJson(JsonReader jsonReader)
Reads an instance of Smart |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
name()
Get the name property: The name of the resource. |
|
Smart |
properties()
Get the properties property: Properties of the smart |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| void |
validate()
Validates the instance. |
|
Smart |
withProperties(SmartGroupModificationProperties properties)
Set the properties property: Properties of the smart |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
SmartGroupModificationInner
public SmartGroupModificationInner()
Creates an instance of SmartGroupModificationInner class.
Method Details
fromJson
public static SmartGroupModificationInner fromJson(JsonReader jsonReader)
Reads an instance of SmartGroupModificationInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
SmartGroupModificationInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
SmartGroupModificationInner.name()Returns:
properties
public SmartGroupModificationProperties properties()
Get the properties property: Properties of the smartGroup modification item.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
SmartGroupModificationInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
SmartGroupModificationInner.type()Returns:
validate
public void validate()
Validates the instance.
withProperties
public SmartGroupModificationInner withProperties(SmartGroupModificationProperties properties)
Set the properties property: Properties of the smartGroup modification item.
Parameters:
Returns: