Share via


AmazonSqlDataSourceProperties Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.AmazonSqlDataSourcePropertiesTypeConverter))]
public class AmazonSqlDataSourceProperties : Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.IAmazonSqlDataSourceProperties, Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.AmazonSqlDataSourcePropertiesTypeConverter))>]
type AmazonSqlDataSourceProperties = class
    interface IAmazonSqlDataSourceProperties
    interface IJsonSerializable
    interface IAmazonSqlProperties
    interface IDataSourceProperties
    interface IValidates
Public Class AmazonSqlDataSourceProperties
Implements IAmazonSqlDataSourceProperties, IValidates
Inheritance
AmazonSqlDataSourceProperties
Attributes
Implements

Constructors

Properties

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AmazonSqlDataSourceProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AmazonSqlDataSourceProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.IAmazonSqlDataSourceProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AmazonSqlDataSourceProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to