ManagedRGConfiguration Class
- java.
lang. Object - com.
azure. resourcemanager. workloadssapvirtualinstance. models. ManagedRGConfiguration
- com.
public final class ManagedRGConfiguration
Managed resource group configuration.
Constructor Summary
| Constructor | Description |
|---|---|
| ManagedRGConfiguration() |
Creates an instance of Managed |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
name()
Get the name property: Managed resource group name. |
| 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
name
public String name()
Get the name property: Managed resource group name.
Returns:
validate
public void validate()
Validates the instance.
withName
public ManagedRGConfiguration withName(String name)
Set the name property: Managed resource group name.
Parameters:
Returns: