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

com.azure.resourcemanager.storage.models.StorageUsage Maven / Gradle / Ivy

There is a newer version: 2.44.0
Show newest version
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

// package com.azure.management.storage;
//
//
// import com.azure.core.annotation.Fluent;
//
/// **
// * An immutable client-side representation of an Azure storage resource usage info object.
// */
// @Fluent
// public interface StorageUsage extends HasInner {
//    /**
//     * @return the unit of measurement. Possible values include: 'Count',
//     * 'Bytes', 'Seconds', 'Percent', 'CountsPerSecond', 'BytesPerSecond'.
//     */
//    UsageUnit unit();
//
//    /**
//     * @return the current count of the allocated resources in the subscription
//     */
//    int currentValue();
//
//    /**
//     * @return the maximum count of the resources that can be allocated in the
//     * subscription
//     */
//    int limit();
//
//    /**
//     * @return the name of the type of usage
//     */
//    UsageName name();
//
// }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy