public final class VirtualApplianceSkuProperties extends Object
| Constructor and Description |
|---|
VirtualApplianceSkuProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
bundledScaleUnit()
Get the bundledScaleUnit property: Virtual Appliance Scale Unit.
|
String |
marketPlaceVersion()
Get the marketPlaceVersion property: Virtual Appliance Version.
|
void |
validate()
Validates the instance.
|
String |
vendor()
Get the vendor property: Virtual Appliance Vendor.
|
VirtualApplianceSkuProperties |
withBundledScaleUnit(String bundledScaleUnit)
Set the bundledScaleUnit property: Virtual Appliance Scale Unit.
|
VirtualApplianceSkuProperties |
withMarketPlaceVersion(String marketPlaceVersion)
Set the marketPlaceVersion property: Virtual Appliance Version.
|
VirtualApplianceSkuProperties |
withVendor(String vendor)
Set the vendor property: Virtual Appliance Vendor.
|
public String vendor()
public VirtualApplianceSkuProperties withVendor(String vendor)
vendor - the vendor value to set.public String bundledScaleUnit()
public VirtualApplianceSkuProperties withBundledScaleUnit(String bundledScaleUnit)
bundledScaleUnit - the bundledScaleUnit value to set.public String marketPlaceVersion()
public VirtualApplianceSkuProperties withMarketPlaceVersion(String marketPlaceVersion)
marketPlaceVersion - the marketPlaceVersion value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.