IEventGrid Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.Api20220531.EventGridTypeConverter))]
public interface IEventGrid : Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.Api20220531.IDigitalTwinsEndpointResourceProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.Api20220531.EventGridTypeConverter))>]
type IEventGrid = interface
    interface IJsonSerializable
    interface IDigitalTwinsEndpointResourceProperties
Public Interface IEventGrid
Implements IDigitalTwinsEndpointResourceProperties
Derived
Attributes
Implements

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.

(Inherited from IDigitalTwinsEndpointResourceProperties)
CreatedTime

Time when the Endpoint was added to DigitalTwinsInstance.

(Inherited from IDigitalTwinsEndpointResourceProperties)
DeadLetterSecret

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

(Inherited from IDigitalTwinsEndpointResourceProperties)
DeadLetterUri

Dead letter storage URL for identity-based authentication.

(Inherited from IDigitalTwinsEndpointResourceProperties)
EndpointType

The type of Digital Twins endpoint

(Inherited from IDigitalTwinsEndpointResourceProperties)
ProvisioningState

The provisioning state.

(Inherited from IDigitalTwinsEndpointResourceProperties)
TopicEndpoint

EventGrid Topic Endpoint.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to