你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ArmAutomationModelFactory.AutomationUsage 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 AutomationUsage 的新实例。
public static Azure.ResourceManager.Automation.Models.AutomationUsage AutomationUsage (string id = default, Azure.ResourceManager.Automation.Models.AutomationUsageCounterName name = default, string unit = default, double? currentValue = default, long? limit = default, string throttleStatus = default);
static member AutomationUsage : string * Azure.ResourceManager.Automation.Models.AutomationUsageCounterName * string * Nullable<double> * Nullable<int64> * string -> Azure.ResourceManager.Automation.Models.AutomationUsage
Public Shared Function AutomationUsage (Optional id As String = Nothing, Optional name As AutomationUsageCounterName = Nothing, Optional unit As String = Nothing, Optional currentValue As Nullable(Of Double) = Nothing, Optional limit As Nullable(Of Long) = Nothing, Optional throttleStatus As String = Nothing) As AutomationUsage
参数
- id
- String
获取或设置资源的 ID。
获取或设置使用情况计数器名称。
- unit
- String
获取或设置使用单位名称。
- throttleStatus
- String
获取或设置限制状态。
返回
用于模拟的新 AutomationUsage 实例。