Udostępnij przez


RecordMap Class

Definition

Record map for schema in azure monitor.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.RecordMapTypeConverter))]
public class RecordMap : Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.IRecordMap
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.RecordMapTypeConverter))>]
type RecordMap = class
    interface IRecordMap
    interface IJsonSerializable
Public Class RecordMap
Implements IRecordMap
Inheritance
RecordMap
Attributes
Implements

Constructors

Name Description
RecordMap()

Creates an new RecordMap instance.

Properties

Name Description
From

Record Map Key.

To

Record Map Value.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of RecordMap.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of RecordMap.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.IRecordMap.

FromJsonString(String)

Creates a new instance of RecordMap, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of RecordMap into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to