EventTypeProperties Class
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.
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() |