public class VirtualClusterUpdate extends Object
| Constructor and Description |
|---|
VirtualClusterUpdate() |
| 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.
|
Map<String,String> |
tags()
Get the tags property: Resource tags.
|
void |
validate()
Validates the instance.
|
VirtualClusterUpdate |
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.
|
VirtualClusterUpdate |
withTags(Map<String,String> tags)
Set the tags property: Resource tags.
|
public Map<String,String> tags()
public VirtualClusterUpdate withTags(Map<String,String> tags)
tags - the tags value to set.public String subnetId()
public String family()
public VirtualClusterUpdate 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.