TimeSeriesDatabaseConnection Class

Definition

Describes a time series database connection resource.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.TimeSeriesDatabaseConnectionTypeConverter))]
public class TimeSeriesDatabaseConnection : Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.ITimeSeriesDatabaseConnection, Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.TimeSeriesDatabaseConnectionTypeConverter))>]
type TimeSeriesDatabaseConnection = class
    interface ITimeSeriesDatabaseConnection
    interface IJsonSerializable
    interface IExternalResource
    interface IValidates
Public Class TimeSeriesDatabaseConnection
Implements ITimeSeriesDatabaseConnection, IValidates
Inheritance
TimeSeriesDatabaseConnection
Attributes
Implements

Constructors

Name Description
TimeSeriesDatabaseConnection()

Creates an new TimeSeriesDatabaseConnection instance.

Properties

Name Description
ConnectionType

The type of time series connection resource.

Id

The resource identifier.

Name

Extension resource name.

Property

Properties of a specific time series database connection.

ProvisioningState

The provisioning state.

ResourceGroupName

Gets the resource group name

SystemDataCreatedAt

The timestamp of resource creation (UTC).

SystemDataCreatedBy

The identity that created the resource.

SystemDataCreatedByType

The type of identity that created the resource.

SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

SystemDataLastModifiedBy

The identity that last modified the resource.

SystemDataLastModifiedByType

The type of identity that last modified the resource.

Type

The resource type.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of TimeSeriesDatabaseConnection.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TimeSeriesDatabaseConnection.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.ITimeSeriesDatabaseConnection.

FromJsonString(String)

Creates a new instance of TimeSeriesDatabaseConnection, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of TimeSeriesDatabaseConnection into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to