DigitalTwinsEventGridProperties 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 related to EventGrid.
public class DigitalTwinsEventGridProperties : Azure.ResourceManager.DigitalTwins.Models.DigitalTwinsEndpointResourceProperties
type DigitalTwinsEventGridProperties = class
inherit DigitalTwinsEndpointResourceProperties
Public Class DigitalTwinsEventGridProperties
Inherits DigitalTwinsEndpointResourceProperties
- Inheritance
Constructors
DigitalTwinsEventGridProperties(String, String) |
Initializes a new instance of DigitalTwinsEventGridProperties. |
Properties
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 DigitalTwinsEndpointResourceProperties) |
CreatedOn |
Time when the Endpoint was added to DigitalTwinsInstance. (Inherited from DigitalTwinsEndpointResourceProperties) |
DeadLetterSecret |
Dead letter storage secret for key-based authentication. Will be obfuscated during read. (Inherited from DigitalTwinsEndpointResourceProperties) |
DeadLetterUri |
Dead letter storage URL for identity-based authentication. (Inherited from DigitalTwinsEndpointResourceProperties) |
Identity |
Managed identity properties for the endpoint. (Inherited from DigitalTwinsEndpointResourceProperties) |
ProvisioningState |
The provisioning state. (Inherited from DigitalTwinsEndpointResourceProperties) |
TopicEndpoint |
EventGrid Topic Endpoint. |
Applies to
Azure SDK for .NET