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

Usage 类

定义

配额资源的使用情况。

[Microsoft.Rest.Serialization.JsonTransformation]
public class Usage : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type Usage = class
    inherit ProxyOnlyResource
Public Class Usage
Inherits ProxyOnlyResource
继承
属性

构造函数

Usage()

初始化 Usage 类的新实例。

Usage(String, String, String, String, String, String, String, Nullable<Int64>, Nullable<Int64>, Nullable<DateTime>, Nullable<ComputeModeOptions>, String)

初始化 Usage 类的新实例。

属性

ComputeMode

获取用于此用法的计算模式。 可能的值包括:“Shared”、“Dedicated”、“Dynamic”

CurrentValue

获取资源计数器的当前值。

DisplayName

获取 UI 中显示的友好名称。

Id

获取资源 ID。

(继承自 ProxyOnlyResource)
Kind

获取或设置资源类型。

(继承自 ProxyOnlyResource)
Limit

获取资源限制。

Name

获取资源名称。

(继承自 ProxyOnlyResource)
NextResetTime

获取资源计数器的下一次重置时间。

ResourceName

获取配额资源的名称。

SiteMode

获取用于此用法的站点模式。

Type

获取资源类型。

(继承自 ProxyOnlyResource)
Unit

获取配额资源的度量单位。

适用于