Class NetworkVirtualApplianceSkuInstances
java.lang.Object
com.azure.resourcemanager.network.models.NetworkVirtualApplianceSkuInstances
Network Virtual Appliance Sku Instances
List of available Sku and instances.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of NetworkVirtualApplianceSkuInstances class. -
Method Summary
Modifier and TypeMethodDescriptionGet the instanceCount property: Instance Count.Get the scaleUnit property: Scale Unit.voidvalidate()Validates the instance.
-
Constructor Details
-
NetworkVirtualApplianceSkuInstances
public NetworkVirtualApplianceSkuInstances()Creates an instance of NetworkVirtualApplianceSkuInstances class.
-
-
Method Details
-
scaleUnit
Get the scaleUnit property: Scale Unit.- Returns:
- the scaleUnit value.
-
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.
-