VirtualClusterUpdate Class
- java.
lang. Object - com.
microsoft. azure. management. sql. VirtualClusterUpdate
- com.
public class VirtualClusterUpdate
An update request for an Azure SQL Database virtual cluster.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<String> |
childResources()
Get list of resources in this virtual cluster. |
String |
family()
Get if the service has different generations of hardware, for the same SKU, then that can be captured here. |
String |
subnetId()
Get subnet resource ID for the virtual cluster. |
Map<String, String> |
tags()
Get resource tags. |
Virtual |
withFamily(String family)
Set if the service has different generations of hardware, for the same SKU, then that can be captured here. |
Virtual |
withTags(Map<String, String> tags)
Set resource tags. |
Method Details
childResources
public List
Get list of resources in this virtual cluster.
Returns:
family
public String family()
Get if the service has different generations of hardware, for the same SKU, then that can be captured here.
Returns:
subnetId
public String subnetId()
Get subnet resource ID for the virtual cluster.
Returns:
tags
public Map
Get resource tags.
Returns:
withFamily
public VirtualClusterUpdate withFamily(String family)
Set if the service has different generations of hardware, for the same SKU, then that can be captured here.
Parameters:
Returns:
withTags
public VirtualClusterUpdate withTags(Map
Set resource tags.
Parameters:
Returns:
Applies to
Azure SDK for Java