Class SignalRUsageName

java.lang.Object
com.azure.resourcemanager.signalr.models.SignalRUsageName

public final class SignalRUsageName extends Object
Localizable String object containing the name and a localized value.
  • Constructor Details

    • SignalRUsageName

      public SignalRUsageName()
      Creates an instance of SignalRUsageName class.
  • Method Details

    • value

      public String value()
      Get the value property: The identifier of the usage.
      Returns:
      the value value.
    • withValue

      public SignalRUsageName withValue(String value)
      Set the value property: The identifier of the usage.
      Parameters:
      value - the value value to set.
      Returns:
      the SignalRUsageName object itself.
    • localizedValue

      public String localizedValue()
      Get the localizedValue property: Localized name of the usage.
      Returns:
      the localizedValue value.
    • withLocalizedValue

      public SignalRUsageName withLocalizedValue(String localizedValue)
      Set the localizedValue property: Localized name of the usage.
      Parameters:
      localizedValue - the localizedValue value to set.
      Returns:
      the SignalRUsageName object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.