public class DedicatedHostGroupInner
extends com.azure.core.management.Resource
Constructor and Description |
---|
DedicatedHostGroupInner() |
Modifier and Type | Method and Description |
---|---|
List<SubResourceReadOnly> |
hosts()
Get the hosts property: A list of references to all dedicated hosts in the dedicated host group.
|
Integer |
platformFaultDomainCount()
Get the platformFaultDomainCount property: Number of fault domains that the host group can span.
|
void |
validate()
Validates the instance.
|
DedicatedHostGroupInner |
withPlatformFaultDomainCount(Integer platformFaultDomainCount)
Set the platformFaultDomainCount property: Number of fault domains that the host group can span.
|
DedicatedHostGroupInner |
withZones(List<String> zones)
Set the zones property: Availability Zone to use for this host group.
|
List<String> |
zones()
Get the zones property: Availability Zone to use for this host group.
|
public List<String> zones()
public DedicatedHostGroupInner withZones(List<String> zones)
zones
- the zones value to set.public Integer platformFaultDomainCount()
public DedicatedHostGroupInner withPlatformFaultDomainCount(Integer platformFaultDomainCount)
platformFaultDomainCount
- the platformFaultDomainCount value to set.public List<SubResourceReadOnly> hosts()
public void validate()
IllegalArgumentException
- thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.