VirtualClusterUpdate Class
- java.
lang. Object - com.
azure. resourcemanager. sql. models. VirtualClusterUpdate
- com.
Implements
public final class VirtualClusterUpdate
implements JsonSerializable<VirtualClusterUpdate>
An update request for an Azure SQL Database virtual cluster.
Constructor Summary
| Constructor | Description |
|---|---|
| VirtualClusterUpdate() |
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 |
| Map<String,String> |
tags()
Get the tags property: Resource tags. |
|
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 |
|
Virtual |
withTags(Map<String,String> tags)
Set the tags property: Resource tags. |
Methods inherited from java.lang.Object
Constructor Details
VirtualClusterUpdate
public VirtualClusterUpdate()
Creates an instance of VirtualClusterUpdate 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 VirtualClusterUpdate fromJson(JsonReader jsonReader)
Reads an instance of VirtualClusterUpdate 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:
tags
public Map<String,String> tags()
Get the tags property: Resource tags.
Returns:
toJson
validate
public void validate()
Validates the instance.
withFamily
public VirtualClusterUpdate 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 VirtualClusterUpdate withMaintenanceConfigurationId(String maintenanceConfigurationId)
Set the maintenanceConfigurationId property: Specifies maintenance configuration id to apply to this virtual cluster.
Parameters:
Returns:
withTags
public VirtualClusterUpdate withTags(Map<String,String> tags)
Set the tags property: Resource tags.
Parameters:
Returns: