Compartilhar via


SapConfiguration Class

Definition

The SAP Configuration.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20240901.SapConfigurationTypeConverter))]
public class SapConfiguration : Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20240901.ISapConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20240901.SapConfigurationTypeConverter))>]
type SapConfiguration = class
    interface ISapConfiguration
    interface IJsonSerializable
Public Class SapConfiguration
Implements ISapConfiguration
Inheritance
SapConfiguration
Attributes
Implements

Constructors

Name Description
SapConfiguration()

Creates an new SapConfiguration instance.

Properties

Name Description
ConfigurationType

The configuration type. Eg: Deployment/Discovery

Methods

Name Description
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.SapVirtualInstance.Models.Api20240901.ISapConfiguration. Note: the Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20240901.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()

Applies to