TimeSeriesDatabaseConnectionProperties Class

Definition

Properties of a time series database connection resource.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.TimeSeriesDatabaseConnectionPropertiesTypeConverter))]
public class TimeSeriesDatabaseConnectionProperties : Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.ITimeSeriesDatabaseConnectionProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.TimeSeriesDatabaseConnectionPropertiesTypeConverter))>]
type TimeSeriesDatabaseConnectionProperties = class
    interface ITimeSeriesDatabaseConnectionProperties
    interface IJsonSerializable
Public Class TimeSeriesDatabaseConnectionProperties
Implements ITimeSeriesDatabaseConnectionProperties
Inheritance
TimeSeriesDatabaseConnectionProperties
Attributes
Implements

Constructors

Name Description
TimeSeriesDatabaseConnectionProperties()

Creates an new TimeSeriesDatabaseConnectionProperties instance.

Properties

Name Description
ConnectionType

The type of time series connection resource.

ProvisioningState

The provisioning state.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of TimeSeriesDatabaseConnectionProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TimeSeriesDatabaseConnectionProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.ITimeSeriesDatabaseConnectionProperties. Note: the Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.ITimeSeriesDatabaseConnectionProperties interface is polymorphic, and the precise model class that will get deserialized is determined at runtime based on the payload.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of TimeSeriesDatabaseConnectionProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to