com.azure.resourcemanager.storage.models.StorageUsage Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of azure-resourcemanager-storage Show documentation
Show all versions of azure-resourcemanager-storage Show documentation
This package contains Microsoft Azure Storage Management SDK.
// 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