Class UsageName
java.lang.Object
com.microsoft.azure.management.compute.UsageName
The Usage Names.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the localized name of the resource.value()
Get the name of the resource.withLocalizedValue
(String localizedValue) Set the localized name of the resource.Set the name of the resource.
-
Constructor Details
-
UsageName
public UsageName()
-
-
Method Details
-
value
Get the name of the resource.- Returns:
- the value value
-
withValue
Set the name of the resource.- Parameters:
value
- the value value to set- Returns:
- the UsageName object itself.
-
localizedValue
Get the localized name of the resource.- Returns:
- the localizedValue value
-
withLocalizedValue
Set the localized name of the resource.- Parameters:
localizedValue
- the localizedValue value to set- Returns:
- the UsageName object itself.
-