VirtualClusterUpdate Class

  • java.lang.Object
    • com.microsoft.azure.management.sql.VirtualClusterUpdate

public class VirtualClusterUpdate

An update request for an Azure SQL Database virtual cluster.

Constructor Summary

Constructor Description
VirtualClusterUpdate()

Method Summary

Modifier and Type Method and Description
java.util.List<java.lang.String> childResources()

Get list of resources in this virtual cluster.

java.lang.String family()

Get if the service has different generations of hardware, for the same SKU, then that can be captured here.

java.lang.String subnetId()

Get subnet resource ID for the virtual cluster.

java.util.Map<java.lang.String,java.lang.String> tags()

Get resource tags.

VirtualClusterUpdate withFamily(String family)

Set if the service has different generations of hardware, for the same SKU, then that can be captured here.

VirtualClusterUpdate withTags(Map<String,String> tags)

Set resource tags.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

VirtualClusterUpdate

public VirtualClusterUpdate()

Method Details

childResources

public List childResources()

Get list of resources in this virtual cluster.

Returns:

the childResources value

family

public String family()

Get if the service has different generations of hardware, for the same SKU, then that can be captured here.

Returns:

the family value

subnetId

public String subnetId()

Get subnet resource ID for the virtual cluster.

Returns:

the subnetId value

tags

public Map tags()

Get resource tags.

Returns:

the tags value

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:

family - the family value to set

Returns:

the VirtualClusterUpdate object itself.

withTags

public VirtualClusterUpdate withTags(Map tags)

Set resource tags.

Parameters:

tags - the tags value to set

Returns:

the VirtualClusterUpdate object itself.

Applies to