你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Get-AzAutoscalePredictiveMetric
获取预测自动缩放指标未来数据
语法
Get-AzAutoscalePredictiveMetric
-InputObject <IAutoscaleIdentity>
-Aggregation <String>
-Interval <TimeSpan>
-MetricName <String>
-MetricNamespace <String>
-Timespan <String>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzAutoscalePredictiveMetric
-AutoscaleSettingName <String>
-ResourceGroupName <String>
[-SubscriptionId <String[]>]
-Aggregation <String>
-Interval <TimeSpan>
-MetricName <String>
-MetricNamespace <String>
-Timespan <String>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
说明
获取预测自动缩放指标未来数据
示例
示例 1:获取自动缩放设置的预测指标
Get-AzAutoscalePredictiveMetric -AutoscaleSettingName test-autoscalesetting -ResourceGroupName test-group -Timespan "2021-10-14T22:00:00.000Z/2021-10-16T22:00:00.000Z" -Aggregation "Total" -Interval ([System.TimeSpan]::New(0,60,0)) -MetricName "PercentageCPU" -MetricNamespace "Microsoft.Compute/virtualMachineScaleSets"
获取自动缩放设置的预测指标
参数
-Aggregation
要检索的聚合类型列表(逗号分隔)。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-AutoscaleSettingName
自动缩放设置的名称。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-DefaultProfile
DefaultProfile 参数不起作用。 如果对其他订阅执行 cmdlet,请使用 SubscriptionId 参数。
类型: | PSObject |
别名: | AzureRMContext, AzureCredential |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-InputObject
要构造的标识参数,请参阅 INPUTOBJECT 属性的 NOTES 部分并创建哈希表。
类型: | IAutoscaleIdentity |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-Interval
查询的间隔(即时间根)。
类型: | TimeSpan |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-MetricName
要检索的指标的名称(逗号分隔)。 特殊情况:如果指标名本身有一个逗号,则使用 %2 来指示它。 例如:“Metric,Name1”应为 “Metric%2Name1”
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-MetricNamespace
要查询其指标定义的指标命名空间。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-ResourceGroupName
资源组的名称。 此名称不区分大小写。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-SubscriptionId
目标订阅的 ID。
类型: | String[] |
Position: | Named |
默认值: | (Get-AzContext).Subscription.Id |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-Timespan
查询的时间跨度。 它是格式为“startDateTime_ISO/endDateTime_ISO”的字符串。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |