VirtualClusterInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. core. management. Resource - com.
azure. resourcemanager. sql. fluent. models. VirtualClusterInner
- com.
- com.
- com.
public final class VirtualClusterInner
extends Resource
An Azure SQL virtual cluster.
Constructor Summary
Constructor | Description |
---|---|
VirtualClusterInner() |
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 |
id()
Get the id property: Fully qualified resource Id for the resource. |
String |
maintenanceConfigurationId()
Get the maintenance |
String |
name()
Get the name property: The name of the resource. |
String |
subnetId()
Get the subnet |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
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 |
withLocation(String location) |
Virtual |
withMaintenanceConfigurationId(String maintenanceConfigurationId)
Set the maintenance |
Virtual |
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
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 VirtualClusterInner fromJson(JsonReader jsonReader)
Reads an instance of VirtualClusterInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
VirtualClusterInner.id()Returns:
maintenanceConfigurationId
public String maintenanceConfigurationId()
Get the maintenanceConfigurationId property: Specifies maintenance configuration id to apply to this virtual cluster.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
VirtualClusterInner.name()Returns:
subnetId
public String subnetId()
Get the subnetId property: Subnet resource ID for the virtual cluster.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
VirtualClusterInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
VirtualClusterInner.type()Returns:
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:
Returns:
withLocation
public VirtualClusterInner withLocation(String location)
Overrides:
VirtualClusterInner.withLocation(String location)Parameters:
withMaintenanceConfigurationId
public VirtualClusterInner withMaintenanceConfigurationId(String maintenanceConfigurationId)
Set the maintenanceConfigurationId property: Specifies maintenance configuration id to apply to this virtual cluster.
Parameters:
Returns:
withTags
public VirtualClusterInner withTags(Map
Overrides:
VirtualClusterInner.withTags(Map<String,String> tags)Parameters:
Applies to
Azure SDK for Java