Share via


TeradataDataSourceProperties Class

Definition

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

Constructors

TeradataDataSourceProperties()

Creates an new TeradataDataSourceProperties instance.

Properties

Collection
CollectionLastModifiedAt
CollectionReferenceName
CollectionType
CreatedAt
Host
LastModifiedAt

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of TeradataDataSourceProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TeradataDataSourceProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of TeradataDataSourceProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to