public class DedicatedHostGroupUpdate extends UpdateResource
| Constructor and Description |
|---|
DedicatedHostGroupUpdate() |
| Modifier and Type | Method and Description |
|---|---|
List<SubResourceReadOnly> |
hosts()
Get a list of references to all dedicated hosts in the dedicated host group.
|
int |
platformFaultDomainCount()
Get number of fault domains that the host group can span.
|
DedicatedHostGroupUpdate |
withPlatformFaultDomainCount(int platformFaultDomainCount)
Set number of fault domains that the host group can span.
|
DedicatedHostGroupUpdate |
withZones(List<String> zones)
Set availability Zone to use for this host group.
|
List<String> |
zones()
Get availability Zone to use for this host group.
|
tags, withTagspublic int platformFaultDomainCount()
public DedicatedHostGroupUpdate withPlatformFaultDomainCount(int platformFaultDomainCount)
platformFaultDomainCount - the platformFaultDomainCount value to setpublic List<SubResourceReadOnly> hosts()
public List<String> zones()
public DedicatedHostGroupUpdate withZones(List<String> zones)
zones - the zones 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.
*/