SapConfiguration 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.
The SAP Configuration.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.SapConfigurationTypeConverter))]
public class SapConfiguration : Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.ISapConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.SapConfigurationTypeConverter))>]
type SapConfiguration = class
interface ISapConfiguration
interface IJsonSerializable
Public Class SapConfiguration
Implements ISapConfiguration
- Inheritance
-
SapConfiguration
- Attributes
- Implements
Constructors
SapConfiguration() |
Creates an new SapConfiguration instance. |
Properties
ConfigurationType |
The configuration Type. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SapConfiguration. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SapConfiguration. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.ISapConfiguration. Note: the Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.ISapConfiguration interface is polymorphic, and the precise model class that will get deserialized is determined at runtime based on the payload. |
FromJsonString(String) |
Creates a new instance of SapConfiguration, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of SapConfiguration into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |