public class VirtualClusterInner
extends com.azure.core.management.Resource
| Constructor and Description |
|---|
VirtualClusterInner() |
| 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 |
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.
|
public String subnetId()
public String family()
public VirtualClusterInner withFamily(String family)
family - the family value to set.public List<String> childResources()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.