SapS4HanaProperties 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.SapS4HanaPropertiesTypeConverter))]
public class SapS4HanaProperties : Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.ISapS4HanaProperties, Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.SapS4HanaPropertiesTypeConverter))>]
type SapS4HanaProperties = class
interface ISapS4HanaProperties
interface IJsonSerializable
interface IDataSourceProperties
interface IValidates
Public Class SapS4HanaProperties
Implements ISapS4HanaProperties, IValidates
- Inheritance
-
SapS4HanaProperties
- Attributes
- Implements
Constructors
SapS4HanaProperties() |
Creates an new SapS4HanaProperties instance. |
Properties
ApplicationServer | |
Collection | |
CollectionLastModifiedAt | |
CollectionReferenceName | |
CollectionType | |
CreatedAt | |
LastModifiedAt | |
SystemNumber |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SapS4HanaProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SapS4HanaProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.ISapS4HanaProperties. |
FromJsonString(String) |
Creates a new instance of SapS4HanaProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of SapS4HanaProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |