Interface LocalizableString

All Superinterfaces:
HasInnerModel<LocalizableStringInner>

public interface LocalizableString extends HasInnerModel<LocalizableStringInner>
The localizable string class.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the localizedValue value.
    Get the value value.

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel

    innerModel
  • Method Details

    • value

      String value()
      Get the value value.
      Returns:
      the value value
    • localizedValue

      String localizedValue()
      Get the localizedValue value.
      Returns:
      the localizedValue value