Class UsageName
- java.lang.Object
-
- com.azure.resourcemanager.storage.models.UsageName
-
public final class UsageName extends Object
The usage names that can be used; currently limited to StorageAccount.
-
-
Constructor Summary
Constructors Constructor Description UsageName()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringlocalizedValue()Get the localizedValue property: Gets a localized string describing the resource name.voidvalidate()Validates the instance.Stringvalue()Get the value property: Gets a string describing the resource name.
-
-
-
Method Detail
-
value
public String value()
Get the value property: Gets a string describing the resource name.- Returns:
- the value value.
-
localizedValue
public String localizedValue()
Get the localizedValue property: Gets a localized string describing the resource name.- Returns:
- the localizedValue value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-