GetAzureWebAppSlotMetricsCmdlet.Granularity Property

Definition

[System.Management.Automation.Parameter(HelpMessage="Metric granularity. Allowed values: [PT1M|PT1H|P1D]", Mandatory=true, Position=6)]
[System.Management.Automation.ValidateSet(new System.String[] { "PT1M", "PT1H", "P1D" }, IgnoreCase=true)]
public string Granularity { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="Metric granularity. Allowed values: [PT1M|PT1H|P1D]", Mandatory=true, Position=6)>]
[<System.Management.Automation.ValidateSet(new System.String[] { "PT1M", "PT1H", "P1D" }, IgnoreCase=true)>]
member this.Granularity : string with get, set
Public Property Granularity As String

Property Value

String
Attributes

Applies to