IDetectorAbnormalTimePeriod.MetaData 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.
Downtime metadata
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Downtime metadata", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair) }, ReadOnly=false, Required=false, SerializedName="metaData")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair[][] MetaData { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Downtime metadata", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair) }, ReadOnly=false, Required=false, SerializedName="metaData")>]
member this.MetaData : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.INameValuePair[][] with get, set
Public Property MetaData As INameValuePair()()
Property Value
INameValuePair[][]
- Attributes