Class NetworkVirtualApplianceSkuPropertiesFormat
java.lang.Object
com.azure.resourcemanager.network.fluent.models.NetworkVirtualApplianceSkuPropertiesFormat
Network Virtual Appliance Sku Properties
Properties specific to NetworkVirtualApplianceSkus.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of NetworkVirtualApplianceSkuPropertiesFormat class. -
Method Summary
Modifier and TypeMethodDescriptionGet the availableScaleUnits property: The list of scale units available.Get the availableVersions property: Available Network Virtual Appliance versions.voidvalidate()Validates the instance.vendor()Get the vendor property: Network Virtual Appliance Sku vendor.withAvailableScaleUnits(List<NetworkVirtualApplianceSkuInstances> availableScaleUnits) Set the availableScaleUnits property: The list of scale units available.
-
Constructor Details
-
NetworkVirtualApplianceSkuPropertiesFormat
public NetworkVirtualApplianceSkuPropertiesFormat()Creates an instance of NetworkVirtualApplianceSkuPropertiesFormat class.
-
-
Method Details
-
vendor
Get the vendor property: Network Virtual Appliance Sku vendor.- Returns:
- the vendor value.
-
availableVersions
Get the availableVersions property: Available Network Virtual Appliance versions.- Returns:
- the availableVersions value.
-
availableScaleUnits
Get the availableScaleUnits property: The list of scale units available.- Returns:
- the availableScaleUnits value.
-
withAvailableScaleUnits
public NetworkVirtualApplianceSkuPropertiesFormat withAvailableScaleUnits(List<NetworkVirtualApplianceSkuInstances> availableScaleUnits) Set the availableScaleUnits property: The list of scale units available.- Parameters:
availableScaleUnits- the availableScaleUnits value to set.- Returns:
- the NetworkVirtualApplianceSkuPropertiesFormat object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-