次の方法で共有


EventTypeProperties Class

Definition

Properties of the event type

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.EventTypePropertiesTypeConverter))]
public class EventTypeProperties : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventTypeProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.EventTypePropertiesTypeConverter))>]
type EventTypeProperties = class
    interface IEventTypeProperties
    interface IJsonSerializable
Public Class EventTypeProperties
Implements IEventTypeProperties
Inheritance
EventTypeProperties
Attributes
Implements

Constructors

EventTypeProperties()

Creates an new EventTypeProperties instance.

Properties

Description

Description of the event type.

DisplayName

Display name of the event type.

IsInDefaultSet

IsInDefaultSet flag of the event type.

SchemaUrl

Url of the schema for this event type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of EventTypeProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EventTypeProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventTypeProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of EventTypeProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to