Share via


ITimeSeriesDatabaseConnection Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.Api20220531.TimeSeriesDatabaseConnectionTypeConverter))]
public interface ITimeSeriesDatabaseConnection : Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.Api20220531.IExternalResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.Api20220531.TimeSeriesDatabaseConnectionTypeConverter))>]
type ITimeSeriesDatabaseConnection = interface
    interface IJsonSerializable
    interface IExternalResource
Public Interface ITimeSeriesDatabaseConnection
Implements IExternalResource
Derived
Attributes
Implements

Properties

ConnectionType

The type of time series connection resource.

Id

The resource identifier.

(Inherited from IExternalResource)
Name

Extension resource name.

(Inherited from IExternalResource)
ProvisioningState

The provisioning state.

SystemDataCreatedAt

The timestamp of resource creation (UTC).

(Inherited from IExternalResource)
SystemDataCreatedBy

The identity that created the resource.

(Inherited from IExternalResource)
SystemDataCreatedByType

The type of identity that created the resource.

(Inherited from IExternalResource)
SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

(Inherited from IExternalResource)
SystemDataLastModifiedBy

The identity that last modified the resource.

(Inherited from IExternalResource)
SystemDataLastModifiedByType

The type of identity that last modified the resource.

(Inherited from IExternalResource)
Type

The resource type.

(Inherited from IExternalResource)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to