다음을 통해 공유


AzurePostgreSqlDataSourceProperties Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.AzurePostgreSqlDataSourcePropertiesTypeConverter))]
public class AzurePostgreSqlDataSourceProperties : Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.IAzurePostgreSqlDataSourceProperties, Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.AzurePostgreSqlDataSourcePropertiesTypeConverter))>]
type AzurePostgreSqlDataSourceProperties = class
    interface IAzurePostgreSqlDataSourceProperties
    interface IJsonSerializable
    interface IAzurePostgreSqlProperties
    interface IAzureDataSourceProperties
    interface IDataSourceProperties
    interface IValidates
Public Class AzurePostgreSqlDataSourceProperties
Implements IAzurePostgreSqlDataSourceProperties, IValidates
Inheritance
AzurePostgreSqlDataSourceProperties
Attributes
Implements

Constructors

AzurePostgreSqlDataSourceProperties()

Creates an new AzurePostgreSqlDataSourceProperties instance.

Properties

Collection
CollectionLastModifiedAt
CollectionReferenceName
CollectionType
CreatedAt
LastModifiedAt
Location
Port
ResourceGroup
ResourceName
ServerEndpoint
SubscriptionId

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AzurePostgreSqlDataSourceProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AzurePostgreSqlDataSourceProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AzurePostgreSqlDataSourceProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to