ThreeTierRecommendationResult Class
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.
The recommended configuration for a three tier SAP system.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.ThreeTierRecommendationResultTypeConverter))]
public class ThreeTierRecommendationResult : Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.IThreeTierRecommendationResult, Microsoft.Azure.PowerShell.Cmdlets.Workloads.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.ThreeTierRecommendationResultTypeConverter))>]
type ThreeTierRecommendationResult = class
interface IThreeTierRecommendationResult
interface IJsonSerializable
interface ISapSizingRecommendationResult
interface IValidates
Public Class ThreeTierRecommendationResult
Implements IThreeTierRecommendationResult, IValidates
- Inheritance
-
ThreeTierRecommendationResult
- Attributes
- Implements
Constructors
ThreeTierRecommendationResult() |
Creates an new ThreeTierRecommendationResult instance. |
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. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ThreeTierRecommendationResult. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ThreeTierRecommendationResult. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.IThreeTierRecommendationResult. |
FromJsonString(String) |
Creates a new instance of ThreeTierRecommendationResult, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ThreeTierRecommendationResult into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |