你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SapConfiguration Class

Definition

The SAP Configuration.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20231001Preview.SapConfigurationTypeConverter))]
public class SapConfiguration : Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20231001Preview.ISapConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.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.SapVirtualInstance.Models.Api20231001Preview.ISapConfiguration. Note: the Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.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()

Applies to