共用方式為


JsonInputSchemaMapping Constructors

Definition

Overloads

JsonInputSchemaMapping()

Initializes a new instance of the JsonInputSchemaMapping class.

JsonInputSchemaMapping(JsonField, JsonField, JsonField, JsonFieldWithDefault, JsonFieldWithDefault, JsonFieldWithDefault)

Initializes a new instance of the JsonInputSchemaMapping class.

JsonInputSchemaMapping()

Initializes a new instance of the JsonInputSchemaMapping class.

public JsonInputSchemaMapping ();
Public Sub New ()

Applies to

JsonInputSchemaMapping(JsonField, JsonField, JsonField, JsonFieldWithDefault, JsonFieldWithDefault, JsonFieldWithDefault)

Initializes a new instance of the JsonInputSchemaMapping class.

public JsonInputSchemaMapping (Microsoft.Azure.Management.EventGrid.Models.JsonField id = default, Microsoft.Azure.Management.EventGrid.Models.JsonField topic = default, Microsoft.Azure.Management.EventGrid.Models.JsonField eventTime = default, Microsoft.Azure.Management.EventGrid.Models.JsonFieldWithDefault eventType = default, Microsoft.Azure.Management.EventGrid.Models.JsonFieldWithDefault subject = default, Microsoft.Azure.Management.EventGrid.Models.JsonFieldWithDefault dataVersion = default);
new Microsoft.Azure.Management.EventGrid.Models.JsonInputSchemaMapping : Microsoft.Azure.Management.EventGrid.Models.JsonField * Microsoft.Azure.Management.EventGrid.Models.JsonField * Microsoft.Azure.Management.EventGrid.Models.JsonField * Microsoft.Azure.Management.EventGrid.Models.JsonFieldWithDefault * Microsoft.Azure.Management.EventGrid.Models.JsonFieldWithDefault * Microsoft.Azure.Management.EventGrid.Models.JsonFieldWithDefault -> Microsoft.Azure.Management.EventGrid.Models.JsonInputSchemaMapping
Public Sub New (Optional id As JsonField = Nothing, Optional topic As JsonField = Nothing, Optional eventTime As JsonField = Nothing, Optional eventType As JsonFieldWithDefault = Nothing, Optional subject As JsonFieldWithDefault = Nothing, Optional dataVersion As JsonFieldWithDefault = Nothing)

Parameters

id
JsonField

The mapping information for the Id property of the Event Grid Event.

topic
JsonField

The mapping information for the Topic property of the Event Grid Event.

eventTime
JsonField

The mapping information for the EventTime property of the Event Grid Event.

eventType
JsonFieldWithDefault

The mapping information for the EventType property of the Event Grid Event.

subject
JsonFieldWithDefault

The mapping information for the Subject property of the Event Grid Event.

dataVersion
JsonFieldWithDefault

The mapping information for the DataVersion property of the Event Grid Event.

Applies to