VirtualClusterProperties Class
- java.
lang. Object - com.
azure. resourcemanager. sql. fluent. models. VirtualClusterProperties
- com.
Implements
public final class VirtualClusterProperties
implements JsonSerializable<VirtualClusterProperties>
The properties of a virtual cluster.
Constructor Summary
| Constructor | Description |
|---|---|
| VirtualClusterProperties() |
Creates an instance of Virtual |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| List<String> |
childResources()
Get the child |
| String |
family()
Get the family property: If the service has different generations of hardware, for the same SKU, then that can be captured here. |
|
static
Virtual |
fromJson(JsonReader jsonReader)
Reads an instance of Virtual |
| String |
maintenanceConfigurationId()
Get the maintenance |
| String |
subnetId()
Get the subnet |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Virtual |
withFamily(String family)
Set the family property: If the service has different generations of hardware, for the same SKU, then that can be captured here. |
|
Virtual |
withMaintenanceConfigurationId(String maintenanceConfigurationId)
Set the maintenance |
Methods inherited from java.lang.Object
Constructor Details
VirtualClusterProperties
public VirtualClusterProperties()
Creates an instance of VirtualClusterProperties class.
Method Details
childResources
public List<String> childResources()
Get the childResources property: List of resources in this virtual cluster.
Returns:
family
public String family()
Get the family property: If the service has different generations of hardware, for the same SKU, then that can be captured here.
Returns:
fromJson
public static VirtualClusterProperties fromJson(JsonReader jsonReader)
Reads an instance of VirtualClusterProperties from the JsonReader.
Parameters:
Returns:
Throws:
maintenanceConfigurationId
public String maintenanceConfigurationId()
Get the maintenanceConfigurationId property: Specifies maintenance configuration id to apply to this virtual cluster.
Returns:
subnetId
public String subnetId()
Get the subnetId property: Subnet resource ID for the virtual cluster.
Returns:
toJson
validate
public void validate()
Validates the instance.
withFamily
public VirtualClusterProperties withFamily(String family)
Set the family property: If the service has different generations of hardware, for the same SKU, then that can be captured here.
Parameters:
Returns:
withMaintenanceConfigurationId
public VirtualClusterProperties withMaintenanceConfigurationId(String maintenanceConfigurationId)
Set the maintenanceConfigurationId property: Specifies maintenance configuration id to apply to this virtual cluster.
Parameters:
Returns: