IThreeTierRecommendationResult Interface
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.
[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) |