azure-docs-sdk-java/docs-ref-autogen/com.microsoft.azure.managem...

70 строки
3.2 KiB
YAML

### YamlMime:JavaType
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
methods:
- fullName: com.microsoft.azure.management.appservice.LocalizableString.localizedValue()
name: localizedValue()
nameWithType: LocalizableString.localizedValue()
returns:
description: <p>the localizedValue value </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the localizedValue value.</p>
<p></p>
syntax: public String localizedValue()
uid: com.microsoft.azure.management.appservice.LocalizableString.localizedValue()
- fullName: com.microsoft.azure.management.appservice.LocalizableString.value()
name: value()
nameWithType: LocalizableString.value()
returns:
description: <p>the value value </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the value value.</p>
<p></p>
syntax: public String value()
uid: com.microsoft.azure.management.appservice.LocalizableString.value()
- fullName: com.microsoft.azure.management.appservice.LocalizableString.withLocalizedValue(String localizedValue)
name: withLocalizedValue(String localizedValue)
nameWithType: LocalizableString.withLocalizedValue(String localizedValue)
parameters:
- description: <p>the localizedValue value to set </p>
name: localizedValue
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the LocalizableString object itself. </p>
type: <xref href="com.microsoft.azure.management.appservice.LocalizableString?alt=com.microsoft.azure.management.appservice.LocalizableString&text=LocalizableString" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the localizedValue value.</p>
<p></p>
syntax: public LocalizableString withLocalizedValue(String localizedValue)
uid: com.microsoft.azure.management.appservice.LocalizableString.withLocalizedValue(String)
- fullName: com.microsoft.azure.management.appservice.LocalizableString.withValue(String value)
name: withValue(String value)
nameWithType: LocalizableString.withValue(String value)
parameters:
- description: <p>the value value to set </p>
name: value
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the LocalizableString object itself. </p>
type: <xref href="com.microsoft.azure.management.appservice.LocalizableString?alt=com.microsoft.azure.management.appservice.LocalizableString&text=LocalizableString" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the value value.</p>
<p></p>
syntax: public LocalizableString withValue(String value)
uid: com.microsoft.azure.management.appservice.LocalizableString.withValue(String)
nameWithType: LocalizableString
syntax: public class LocalizableString
type: class
uid: com.microsoft.azure.management.appservice.LocalizableString
fullName: com.microsoft.azure.management.appservice.LocalizableString
name: LocalizableString
package: com.microsoft.azure.management.appservice
summary: <p>Localizable string object containing the name and a localized value. </p>
metadata: {}