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

IThreeTierRecommendationResult Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20231001Preview.ThreeTierRecommendationResultTypeConverter))]
public interface IThreeTierRecommendationResult : Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20231001Preview.ISapSizingRecommendationResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20231001Preview.ThreeTierRecommendationResultTypeConverter))>]
type IThreeTierRecommendationResult = interface
    interface IJsonSerializable
    interface ISapSizingRecommendationResult
Public Interface IThreeTierRecommendationResult
Implements ISapSizingRecommendationResult
Derived
Attributes
Implements

Properties

ApplicationServerInstanceCount

The application server instance count.

ApplicationServerVMSku

The application server VM SKU.

CentralServerInstanceCount

The central server instance count.

CentralServerVMSku

The central server VM SKU.

DatabaseInstanceCount

The database server instance count.

DbVMSku

The database VM SKU.

DeploymentType

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

(Inherited from ISapSizingRecommendationResult)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to