IDiagnosticMetricSet.TimeGrain Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Presented time grain. Supported grains at the moment are PT1M, PT1H, P1D
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Presented time grain. Supported grains at the moment are PT1M, PT1H, P1D", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="timeGrain")]
public string TimeGrain { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Presented time grain. Supported grains at the moment are PT1M, PT1H, P1D", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="timeGrain")>]
member this.TimeGrain : string with get, set
Public Property TimeGrain As String
Property Value
- Attributes