Class UsageName

java.lang.Object
com.microsoft.azure.management.compute.UsageName

public class UsageName extends Object
The Usage Names.
  • Constructor Details

    • UsageName

      public UsageName()
  • Method Details

    • value

      public String value()
      Get the name of the resource.
      Returns:
      the value value
    • withValue

      public UsageName withValue(String value)
      Set the name of the resource.
      Parameters:
      value - the value value to set
      Returns:
      the UsageName object itself.
    • localizedValue

      public String localizedValue()
      Get the localized name of the resource.
      Returns:
      the localizedValue value
    • withLocalizedValue

      public UsageName withLocalizedValue(String localizedValue)
      Set the localized name of the resource.
      Parameters:
      localizedValue - the localizedValue value to set
      Returns:
      the UsageName object itself.