DigitalTwinsEndpointResourceProperties 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 Digital Twins Endpoint Please note DigitalTwinsEndpointResourceProperties is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include DigitalTwinsEventGridProperties, DigitalTwinsEventHubProperties and DigitalTwinsServiceBusProperties.
[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.DigitalTwins.Models.UnknownDigitalTwinsEndpointResourceProperties))]
public abstract class DigitalTwinsEndpointResourceProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DigitalTwins.Models.DigitalTwinsEndpointResourceProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DigitalTwins.Models.DigitalTwinsEndpointResourceProperties>
public abstract class DigitalTwinsEndpointResourceProperties
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.DigitalTwins.Models.UnknownDigitalTwinsEndpointResourceProperties))>]
type DigitalTwinsEndpointResourceProperties = class
interface IJsonModel<DigitalTwinsEndpointResourceProperties>
interface IPersistableModel<DigitalTwinsEndpointResourceProperties>
type DigitalTwinsEndpointResourceProperties = class
Public MustInherit Class DigitalTwinsEndpointResourceProperties
Implements IJsonModel(Of DigitalTwinsEndpointResourceProperties), IPersistableModel(Of DigitalTwinsEndpointResourceProperties)
Public MustInherit Class DigitalTwinsEndpointResourceProperties
- Inheritance
-
DigitalTwinsEndpointResourceProperties
- Derived
- Attributes
- Implements
Constructors
DigitalTwinsEndpointResourceProperties() |
Initializes a new instance of DigitalTwinsEndpointResourceProperties. |
Properties
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. |
CreatedOn |
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. |
Identity |
Managed identity properties for the endpoint. |
ProvisioningState |
The provisioning state. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<DigitalTwinsEndpointResourceProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DigitalTwinsEndpointResourceProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DigitalTwinsEndpointResourceProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DigitalTwinsEndpointResourceProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DigitalTwinsEndpointResourceProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET