com.azure.resourcemanager.monitor.models.LocalizableString Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of azure-resourcemanager-monitor Show documentation
Show all versions of azure-resourcemanager-monitor Show documentation
This package contains Microsoft Azure Monitor SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
package com.azure.resourcemanager.monitor.models;
import com.azure.resourcemanager.monitor.fluent.models.LocalizableStringInner;
import com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel;
/** The localizable string class. */
public interface LocalizableString extends HasInnerModel {
/**
* Get the value value.
*
* @return the value value
*/
String value();
/**
* Get the localizedValue value.
*
* @return the localizedValue value
*/
String localizedValue();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy