Udostępnij za pośrednictwem


TeradataProperties Class

Definition

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

Constructors

TeradataProperties()

Creates an new TeradataProperties instance.

Properties

Collection
CollectionLastModifiedAt
CollectionReferenceName
CollectionType
CreatedAt
Host
LastModifiedAt

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of TeradataProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TeradataProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of TeradataProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to