Class VirtualClusterUpdate
java.lang.Object
com.microsoft.azure.management.sql.VirtualClusterUpdate
An update request for an Azure SQL Database virtual cluster.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet list of resources in this virtual cluster.family()
Get if the service has different generations of hardware, for the same SKU, then that can be captured here.subnetId()
Get subnet resource ID for the virtual cluster.tags()
Get resource tags.withFamily
(String family) Set if the service has different generations of hardware, for the same SKU, then that can be captured here.Set resource tags.
-
Constructor Details
-
VirtualClusterUpdate
public VirtualClusterUpdate()
-
-
Method Details
-
subnetId
Get subnet resource ID for the virtual cluster.- Returns:
- the subnetId value
-
family
Get if the service has different generations of hardware, for the same SKU, then that can be captured here.- Returns:
- the family value
-
withFamily
Set if the service has different generations of hardware, for the same SKU, then that can be captured here.- Parameters:
family
- the family value to set- Returns:
- the VirtualClusterUpdate object itself.
-
childResources
Get list of resources in this virtual cluster.- Returns:
- the childResources value
-
tags
Get resource tags.- Returns:
- the tags value
-
withTags
Set resource tags.- Parameters:
tags
- the tags value to set- Returns:
- the VirtualClusterUpdate object itself.
-