IDigitalTwinsProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.DigitalTwinsPropertiesTypeConverter))]
public interface IDigitalTwinsProperties : Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.DigitalTwinsPropertiesTypeConverter))>]
type IDigitalTwinsProperties = interface
interface IJsonSerializable
Public Interface IDigitalTwinsProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| CreatedTime |
Time when DigitalTwinsInstance was created. |
| HostName |
Api endpoint to work with DigitalTwinsInstance. |
| LastUpdatedTime |
Time when DigitalTwinsInstance was updated. |
| PrivateEndpointConnection |
The private endpoint connections. |
| ProvisioningState |
The provisioning state. |
| PublicNetworkAccess |
Public network access for the DigitalTwinsInstance. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |