LocalizableString Class
The localizable string class.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.monitor._serialization.ModelLocalizableString
Constructor
LocalizableString(*, value: str, localized_value: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
value
|
the invariant value. Required. |
localized_value
|
the locale specific value. |
Variables
Name | Description |
---|---|
value
|
the invariant value. Required. |
localized_value
|
the locale specific value. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python