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.ThreeTierRecommendationResultTypeConverter))]
public interface IThreeTierRecommendationResult : Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.ISapSizingRecommendationResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.ThreeTierRecommendationResultTypeConverter))>]
type IThreeTierRecommendationResult = interface
interface IJsonSerializable
interface ISapSizingRecommendationResult
Public Interface IThreeTierRecommendationResult
Implements ISapSizingRecommendationResult
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| 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 deployment type. Eg: SingleServer/ThreeTier (Inherited from ISapSizingRecommendationResult) |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |