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

com.azure.resourcemanager.costmanagement.models.GenerateDetailedCostReportOperationResult 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.GenerateDetailedCostReportOperationResultInner;
import java.time.OffsetDateTime;

/** An immutable client-side representation of GenerateDetailedCostReportOperationResult. */
public interface GenerateDetailedCostReportOperationResult {
    /**
     * Gets the id property: The ARM resource id of the long running operation.
     *
     * @return the id value.
     */
    String id();

    /**
     * Gets the name property: The name of the long running operation.
     *
     * @return the name value.
     */
    String name();

    /**
     * Gets the type property: The type of the long running operation.
     *
     * @return the type value.
     */
    String type();

    /**
     * Gets the expiryTime property: The time at which report URL becomes invalid/expires in UTC e.g.
     * 2020-12-08T05:55:59.4394737Z.
     *
     * @return the expiryTime value.
     */
    OffsetDateTime expiryTime();

    /**
     * Gets the validTill property: The time at which report URL becomes invalid/expires in UTC e.g.
     * 2020-12-08T05:55:59.4394737Z.
     *
     * @return the validTill value.
     */
    OffsetDateTime validTill();

    /**
     * Gets the downloadUrl property: The URL to download the generated report.
     *
     * @return the downloadUrl value.
     */
    String downloadUrl();

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy