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.SapVirtualInstance.Models.SingleServerRecommendationResultTypeConverter))]
public class SingleServerRecommendationResult : Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.ISingleServerRecommendationResult, Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.SingleServerRecommendationResultTypeConverter))>]
type SingleServerRecommendationResult = class
interface ISingleServerRecommendationResult
interface IJsonSerializable
interface ISapSizingRecommendationResult
interface IValidates
Public Class SingleServerRecommendationResult
Implements ISingleServerRecommendationResult, IValidates
- Inheritance
-
SingleServerRecommendationResult
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| SingleServerRecommendationResult() |
Creates an new SingleServerRecommendationResult instance. |
Properties
| Name | Description |
|---|---|
| DeploymentType |
The deployment type. Eg: SingleServer/ThreeTier |
| VMSku |
The recommended VM SKU for single server. |
Methods
| Name | Description |
|---|---|
| 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.SapVirtualInstance.Models.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. |