TimeSeriesDatabaseConnectionProperties 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.
Properties of a time series database connection resource.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.Api20220531.TimeSeriesDatabaseConnectionPropertiesTypeConverter))]
public class TimeSeriesDatabaseConnectionProperties : Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.Api20220531.ITimeSeriesDatabaseConnectionProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.Api20220531.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.Api20220531.ITimeSeriesDatabaseConnectionProperties. Note: the Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.Api20220531.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() | |