Get-AzsPlanMetric
Get the plan metrics.
Syntax
Default (Default)
Get-AzsPlanMetric
[-ResourceGroupName] <String>
[-PlanName] <String>
[<CommonParameters>]
Description
Get the plan metrics.
Examples
-------------------------- EXAMPLE 1 --------------------------
Get-AzsPlanMetric -ResourceGroupName rg1 -PlanName plan1
Get a plan's metrics.
Parameters
-PlanName
Name of the plan.
Parameter properties
| Type: | String |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
(All)
| Position: | 2 |
| Mandatory: | True |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
-ResourceGroupName
The resource group the resource is located under.
Parameter properties
| Type: | String |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
(All)
| Position: | 1 |
| Mandatory: | True |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.