DigitalTwinsDescription 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.
The description of the DigitalTwins service.
[Microsoft.Rest.Serialization.JsonTransformation]
public class DigitalTwinsDescription : Microsoft.Azure.Management.DigitalTwins.Models.DigitalTwinsResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type DigitalTwinsDescription = class
inherit DigitalTwinsResource
Public Class DigitalTwinsDescription
Inherits DigitalTwinsResource
- Inheritance
- Attributes
Constructors
DigitalTwinsDescription() |
Initializes a new instance of the DigitalTwinsDescription class. |
DigitalTwinsDescription(String, String, String, String, IDictionary<String, String>, DigitalTwinsIdentity, Nullable<DateTime>, Nullable<DateTime>, String, String, IList<PrivateEndpointConnection>, String, SystemData) |
Initializes a new instance of the DigitalTwinsDescription class. |
DigitalTwinsDescription(String, String, String, String, IDictionary<String, String>, DigitalTwinsIdentity, SystemData, Nullable<DateTime>, Nullable<DateTime>, String, String, IList<PrivateEndpointConnection>, String) |
Initializes a new instance of the DigitalTwinsDescription class. |
Properties
CreatedTime |
Gets time when DigitalTwinsInstance was created. |
HostName |
Gets api endpoint to work with DigitalTwinsInstance. |
Id |
Gets the resource identifier. (Inherited from DigitalTwinsResource) |
Identity |
Gets or sets the managed identity for the DigitalTwinsInstance. (Inherited from DigitalTwinsResource) |
LastUpdatedTime |
Gets time when DigitalTwinsInstance was updated. |
Location |
Gets or sets the resource location. (Inherited from DigitalTwinsResource) |
Name |
Gets the resource name. (Inherited from DigitalTwinsResource) |
PrivateEndpointConnections |
Gets or sets the private endpoint connections. |
ProvisioningState |
Gets the provisioning state. Possible values include: 'Provisioning', 'Deleting', 'Updating', 'Succeeded', 'Failed', 'Canceled', 'Deleted', 'Warning', 'Suspending', 'Restoring', 'Moving' |
PublicNetworkAccess |
Gets or sets public network access for the DigitalTwinsInstance. Possible values include: 'Enabled', 'Disabled' |
SystemData |
Gets metadata pertaining to creation and last modification of the DigitalTwinsInstance. (Inherited from DigitalTwinsResource) |
Tags |
Gets or sets the resource tags. (Inherited from DigitalTwinsResource) |
Type |
Gets the resource type. (Inherited from DigitalTwinsResource) |
Applies to
Azure SDK for .NET