Share via


SapEccDataSourceProperties Class

Definition

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

Constructors

SapEccDataSourceProperties()

Creates an new SapEccDataSourceProperties instance.

Properties

ApplicationServer
Collection
CollectionLastModifiedAt
CollectionReferenceName
CollectionType
CreatedAt
LastModifiedAt
SystemNumber

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SapEccDataSourceProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SapEccDataSourceProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SapEccDataSourceProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to