All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.azure.resourcemanager.monitor.models.LocalizableString Maven / Gradle / Ivy

Go to download

This package contains Microsoft Azure Monitor SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt

There is a newer version: 2.46.0
Show newest version
// 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