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

com.azure.resourcemanager.costmanagement.models.ExportListResult Maven / Gradle / Ivy

Go to download

This package contains Microsoft Azure SDK for CostManagement Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. CostManagement management client provides access to CostManagement resources for Azure Enterprise Subscriptions. Package tag package-2022-10.

The newest version!
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.

package com.azure.resourcemanager.costmanagement.models;

import com.azure.resourcemanager.costmanagement.fluent.models.ExportListResultInner;
import java.util.List;

/** An immutable client-side representation of ExportListResult. */
public interface ExportListResult {
    /**
     * Gets the value property: The list of exports.
     *
     * @return the value value.
     */
    List value();

    /**
     * Gets the inner com.azure.resourcemanager.costmanagement.fluent.models.ExportListResultInner object.
     *
     * @return the inner object.
     */
    ExportListResultInner innerModel();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy