Uses of Class
com.azure.resourcemanager.appservice.models.LocalizableString
-
Packages that use LocalizableString Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of LocalizableString in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return LocalizableString Modifier and Type Method Description LocalizableStringCsmUsageQuotaInner. name()Get the name property: Quota name.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type LocalizableString Modifier and Type Method Description CsmUsageQuotaInnerCsmUsageQuotaInner. withName(LocalizableString name)Set the name property: Quota name. -
Uses of LocalizableString in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return LocalizableString Modifier and Type Method Description LocalizableStringLocalizableString. withLocalizedValue(String localizedValue)Set the localizedValue property: Localized name.LocalizableStringLocalizableString. withValue(String value)Set the value property: Non-localized name.
-