Share via


FieldMapping Class

Definition

A single field mapping of the mapped entity

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.FieldMappingTypeConverter))]
public class FieldMapping : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IFieldMapping
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.FieldMappingTypeConverter))>]
type FieldMapping = class
    interface IFieldMapping
    interface IJsonSerializable
Public Class FieldMapping
Implements IFieldMapping
Inheritance
FieldMapping
Attributes
Implements

Constructors

FieldMapping()

Creates an new FieldMapping instance.

Properties

ColumnName

the column name to be mapped to the identifier

Identifier

the V3 identifier of the entity

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of FieldMapping.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of FieldMapping.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IFieldMapping.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of FieldMapping into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to