Share via


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IStorageUsage 接口

定义

Azure 存储资源使用情况信息对象的不可变客户端表示形式。

public interface IStorageUsage : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Storage.Fluent.Models.UsageInner>
type IStorageUsage = interface
    interface IHasInner<UsageInner>
Public Interface IStorageUsage
Implements IHasInner(Of UsageInner)
实现

属性

CurrentValue

获取订阅中已分配资源的当前计数。

Inner

Azure 存储资源使用情况信息对象的不可变客户端表示形式。

(继承自 IHasInner<T>)
Limit

获取可在订阅中分配的资源的最大计数。

Name

获取使用类型的名称。

Unit

获取度量单位。 可能的值包括:“Count”、“Bytes”、“Seconds”、“Percent”、“CountsPerSecond”、“BytesPerSecond”。

适用于