EventGrid Class

Definition

Properties related to EventGrid.

public class EventGrid : Microsoft.Azure.Management.DigitalTwins.Models.DigitalTwinsEndpointResourceProperties
type EventGrid = class
    inherit DigitalTwinsEndpointResourceProperties
Public Class EventGrid
Inherits DigitalTwinsEndpointResourceProperties
Inheritance

Constructors

EventGrid()

Initializes a new instance of the EventGrid class.

EventGrid(String, String, String, Nullable<DateTime>, String, String, String, String)

Initializes a new instance of the EventGrid class.

Properties

AccessKey1

Gets or sets eventGrid secondary accesskey. Will be obfuscated during read.

AccessKey2

Gets or sets eventGrid secondary accesskey. Will be obfuscated during read.

AuthenticationType

Gets or sets 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. Possible values include: 'KeyBased', 'IdentityBased'

(Inherited from DigitalTwinsEndpointResourceProperties)
CreatedTime

Gets time when the Endpoint was added to DigitalTwinsInstance.

(Inherited from DigitalTwinsEndpointResourceProperties)
DeadLetterSecret

Gets or sets dead letter storage secret for key-based authentication. Will be obfuscated during read.

(Inherited from DigitalTwinsEndpointResourceProperties)
DeadLetterUri

Gets or sets dead letter storage URL for identity-based authentication.

(Inherited from DigitalTwinsEndpointResourceProperties)
ProvisioningState

Gets the provisioning state. Possible values include: 'Provisioning', 'Deleting', 'Updating', 'Succeeded', 'Failed', 'Canceled', 'Deleted', 'Warning', 'Suspending', 'Restoring', 'Moving', 'Disabled'

(Inherited from DigitalTwinsEndpointResourceProperties)
TopicEndpoint

Gets or sets eventGrid Topic Endpoint.

Applies to