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