SapS4HanaDataSourceProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.SapS4HanaDataSourcePropertiesTypeConverter))]
public class SapS4HanaDataSourceProperties : Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.ISapS4HanaDataSourceProperties, Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.SapS4HanaDataSourcePropertiesTypeConverter))>]
type SapS4HanaDataSourceProperties = class
interface ISapS4HanaDataSourceProperties
interface IJsonSerializable
interface ISapS4HanaProperties
interface IDataSourceProperties
interface IValidates
Public Class SapS4HanaDataSourceProperties
Implements ISapS4HanaDataSourceProperties, IValidates
- Inheritance
-
SapS4HanaDataSourceProperties
- Attributes
- Implements
Constructors
SapS4HanaDataSourceProperties() |
Creates an new SapS4HanaDataSourceProperties instance. |
Properties
ApplicationServer | |
Collection | |
CollectionLastModifiedAt | |
CollectionReferenceName | |
CollectionType | |
CreatedAt | |
LastModifiedAt | |
SystemNumber |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SapS4HanaDataSourceProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SapS4HanaDataSourceProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.ISapS4HanaDataSourceProperties. |
FromJsonString(String) |
Creates a new instance of SapS4HanaDataSourceProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of SapS4HanaDataSourceProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |