public final class InstancePoolEditionCapability extends Object
| Constructor and Description |
|---|
InstancePoolEditionCapability() |
| Modifier and Type | Method and Description |
|---|---|
String |
name()
Get the name property: The instance pool version name.
|
String |
reason()
Get the reason property: The reason for the capability not being available.
|
CapabilityStatus |
status()
Get the status property: The status of the capability.
|
List<InstancePoolFamilyCapability> |
supportedFamilies()
Get the supportedFamilies property: The supported families.
|
void |
validate()
Validates the instance.
|
InstancePoolEditionCapability |
withReason(String reason)
Set the reason property: The reason for the capability not being available.
|
public String name()
public List<InstancePoolFamilyCapability> supportedFamilies()
public CapabilityStatus status()
public String reason()
public InstancePoolEditionCapability withReason(String reason)
reason - the reason value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.