ManagedRGConfiguration Class
- java.
lang. Object - com.
azure. resourcemanager. workloadssapvirtualinstance. models. ManagedRGConfiguration
- com.
Implements
public final class ManagedRGConfiguration
implements JsonSerializable<ManagedRGConfiguration>
Managed resource group configuration.
Constructor Summary
| Constructor | Description |
|---|---|
| ManagedRGConfiguration() |
Creates an instance of Managed |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Managed |
fromJson(JsonReader jsonReader)
Reads an instance of Managed |
| String |
name()
Get the name property: Managed resource group name. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Managed |
withName(String name)
Set the name property: Managed resource group name. |
Methods inherited from java.lang.Object
Constructor Details
ManagedRGConfiguration
public ManagedRGConfiguration()
Creates an instance of ManagedRGConfiguration class.
Method Details
fromJson
public static ManagedRGConfiguration fromJson(JsonReader jsonReader)
Reads an instance of ManagedRGConfiguration from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: Managed resource group name.
Returns:
toJson
validate
public void validate()
Validates the instance.
withName
public ManagedRGConfiguration withName(String name)
Set the name property: Managed resource group name.
Parameters:
Returns: