IResourceMetricDefinition.MetricAvailability 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.
List of time grains supported for the metric together with retention period.
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="List of time grains supported for the metric together with retention period.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IResourceMetricAvailability) }, ReadOnly=true, Required=false, SerializedName="metricAvailabilities")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IResourceMetricAvailability[] MetricAvailability { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="List of time grains supported for the metric together with retention period.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IResourceMetricAvailability) }, ReadOnly=true, Required=false, SerializedName="metricAvailabilities")>]
member this.MetricAvailability : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IResourceMetricAvailability[]
Public ReadOnly Property MetricAvailability As IResourceMetricAvailability()
Property Value
- Attributes