IExporter.SchemaRecordMap 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.
Record Map.
[Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Runtime.Info(Create=true, Description="Record Map.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.IRecordMap) }, Read=true, ReadOnly=false, Required=false, SerializedName="recordMap", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.IRecordMap> SchemaRecordMap { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Runtime.Info(Create=true, Description="Record Map.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.IRecordMap) }, Read=true, ReadOnly=false, Required=false, SerializedName="recordMap", Update=true)>]
member this.SchemaRecordMap : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.IRecordMap> with get, set
Public Property SchemaRecordMap As List(Of IRecordMap)
Property Value
- Attributes