UsageName Class
- java.
lang. Object - com.
microsoft. azure. management. cdn. UsageName
- com.
public class UsageName
The usage names.
Constructor Summary
Constructor | Description | |
---|---|---|
UsageName() |
Method Summary
Modifier and Type | Method and Description |
---|---|
java.lang.String |
localizedValue()
Get a localized string describing the resource name. |
java.lang.String |
value()
Get a string describing the resource name. |
Usage |
withLocalizedValue(String localizedValue)
Set a localized string describing the resource name. |
Usage |
withValue(String value)
Set a string describing the resource name. |
Methods inherited from java.lang.Object
Constructor Details
UsageName
public UsageName()
Method Details
localizedValue
public String localizedValue()
Get a localized string describing the resource name.
Returns:
value
public String value()
Get a string describing the resource name.
Returns:
withLocalizedValue
public UsageName withLocalizedValue(String localizedValue)
Set a localized string describing the resource name.
Parameters:
Returns:
withValue
public UsageName withValue(String value)
Set a string describing the resource name.
Parameters:
Returns:
Applies to
Azure SDK for Java