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