VirtualClusterInner Class

public final class VirtualClusterInner
extends Resource

An Azure SQL virtual cluster.

Constructor Summary

Constructor Description
VirtualClusterInner()

Creates an instance of VirtualClusterInner class.

Method Summary

Modifier and Type Method and Description
List<String> childResources()

Get the childResources property: List of resources in this virtual cluster.

String family()

Get the family property: If the service has different generations of hardware, for the same SKU, then that can be captured here.

String maintenanceConfigurationId()

Get the maintenanceConfigurationId property: Specifies maintenance configuration id to apply to this virtual cluster.

String subnetId()

Get the subnetId property: Subnet resource ID for the virtual cluster.

void validate()

Validates the instance.

VirtualClusterInner 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.

VirtualClusterInner withLocation(String location)
VirtualClusterInner withMaintenanceConfigurationId(String maintenanceConfigurationId)

Set the maintenanceConfigurationId property: Specifies maintenance configuration id to apply to this virtual cluster.

VirtualClusterInner withTags(Map<String,String> tags)

Methods inherited from ProxyResource

Methods inherited from Resource

Methods inherited from java.lang.Object

Constructor Details

VirtualClusterInner

public VirtualClusterInner()

Creates an instance of VirtualClusterInner class.

Method Details

childResources

public List childResources()

Get the childResources property: List of resources in this virtual cluster.

Returns:

the childResources value.

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:

the family value.

maintenanceConfigurationId

public String maintenanceConfigurationId()

Get the maintenanceConfigurationId property: Specifies maintenance configuration id to apply to this virtual cluster.

Returns:

the maintenanceConfigurationId value.

subnetId

public String subnetId()

Get the subnetId property: Subnet resource ID for the virtual cluster.

Returns:

the subnetId value.

validate

public void validate()

Validates the instance.

withFamily

public VirtualClusterInner 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:

family - the family value to set.

Returns:

the VirtualClusterInner object itself.

withLocation

public VirtualClusterInner withLocation(String location)

Overrides:

VirtualClusterInner.withLocation(String location)

Parameters:

location

withMaintenanceConfigurationId

public VirtualClusterInner withMaintenanceConfigurationId(String maintenanceConfigurationId)

Set the maintenanceConfigurationId property: Specifies maintenance configuration id to apply to this virtual cluster.

Parameters:

maintenanceConfigurationId - the maintenanceConfigurationId value to set.

Returns:

the VirtualClusterInner object itself.

withTags

public VirtualClusterInner withTags(Map tags)

Overrides:

VirtualClusterInner.withTags(Map<String,String> tags)

Parameters:

tags

Applies to