Class SignalRServiceUsageName

java.lang.Object
com.azure.resourcemanager.webpubsub.models.SignalRServiceUsageName

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

    • SignalRServiceUsageName

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

    • value

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

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

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

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

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