EventGrid Class

Definition

Properties related to EventGrid.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.Api20220531.EventGridTypeConverter))]
public class EventGrid : Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.Api20220531.IEventGrid, Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.Api20220531.EventGridTypeConverter))>]
type EventGrid = class
    interface IEventGrid
    interface IJsonSerializable
    interface IDigitalTwinsEndpointResourceProperties
    interface IValidates
Public Class EventGrid
Implements IEventGrid, IValidates
Inheritance
EventGrid
Attributes
Implements

Constructors

Name Description
EventGrid()

Creates an new EventGrid instance.

Properties

Name Description
AccessKey1

EventGrid secondary accesskey. Will be obfuscated during read.

AccessKey2

EventGrid secondary accesskey. Will be obfuscated during read.

AuthenticationType

Specifies the authentication type being used for connecting to the endpoint. Defaults to 'KeyBased'. If 'KeyBased' is selected, a connection string must be specified (at least the primary connection string). If 'IdentityBased' is select, the endpointUri and entityPath properties must be specified.

CreatedTime

Time when the Endpoint was added to DigitalTwinsInstance.

DeadLetterSecret

Dead letter storage secret for key-based authentication. Will be obfuscated during read.

DeadLetterUri

Dead letter storage URL for identity-based authentication.

EndpointType

The type of Digital Twins endpoint

ProvisioningState

The provisioning state.

TopicEndpoint

EventGrid Topic Endpoint.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of EventGrid.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EventGrid.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.Api20220531.IEventGrid.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of EventGrid into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to