Megosztás a következőn keresztül:


InfrastructureConfiguration Class

Definition

Deploy SAP Infrastructure Details.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.InfrastructureConfigurationTypeConverter))]
public class InfrastructureConfiguration : Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.IInfrastructureConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.InfrastructureConfigurationTypeConverter))>]
type InfrastructureConfiguration = class
    interface IInfrastructureConfiguration
    interface IJsonSerializable
Public Class InfrastructureConfiguration
Implements IInfrastructureConfiguration
Inheritance
InfrastructureConfiguration
Attributes
Implements

Constructors

InfrastructureConfiguration()

Creates an new InfrastructureConfiguration instance.

Properties

AppResourceGroup

The application resource group where SAP system resources will be deployed.

DeploymentType

The type of SAP deployment, single server or Three tier.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of InfrastructureConfiguration.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of InfrastructureConfiguration.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.IInfrastructureConfiguration. Note: the Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.IInfrastructureConfiguration 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 InfrastructureConfiguration, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of InfrastructureConfiguration into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to