public class VirtualClusterUpdate extends Object
| Constructor and Description |
|---|
VirtualClusterUpdate() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
childResources()
Get list of resources in this virtual cluster.
|
String |
family()
Get if the service has different generations of hardware, for the same SKU, then that can be captured here.
|
String |
subnetId()
Get subnet resource ID for the virtual cluster.
|
Map<String,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.
|
public String subnetId()
public String family()
public VirtualClusterUpdate withFamily(String family)
family - the family value to setpublic List<String> childResources()
public VirtualClusterUpdate withTags(Map<String,String> tags)
tags - the tags value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/