Class NetworkVirtualApplianceSkuInstances
- java.lang.Object
-
- com.azure.resourcemanager.network.models.NetworkVirtualApplianceSkuInstances
-
public final class NetworkVirtualApplianceSkuInstances extends Object
Network Virtual Appliance Sku Instances List of available Sku and instances.
-
-
Constructor Summary
Constructors Constructor Description NetworkVirtualApplianceSkuInstances()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegerinstanceCount()Get the instanceCount property: Instance Count.StringscaleUnit()Get the scaleUnit property: Scale Unit.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
scaleUnit
public String scaleUnit()
Get the scaleUnit property: Scale Unit.- Returns:
- the scaleUnit value.
-
instanceCount
public Integer instanceCount()
Get the instanceCount property: Instance Count.- Returns:
- the instanceCount value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-