Class VirtualNetworkUsageName
- java.lang.Object
-
- com.azure.resourcemanager.network.models.VirtualNetworkUsageName
-
public final class VirtualNetworkUsageName extends Object
Usage strings container.
-
-
Constructor Summary
Constructors Constructor Description VirtualNetworkUsageName()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringlocalizedValue()Get the localizedValue property: Localized subnet size and usage string.voidvalidate()Validates the instance.Stringvalue()Get the value property: Subnet size and usage string.
-
-
-
Method Detail
-
localizedValue
public String localizedValue()
Get the localizedValue property: Localized subnet size and usage string.- Returns:
- the localizedValue value.
-
value
public String value()
Get the value property: Subnet size and usage string.- Returns:
- the value value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-