Compartilhar via


SingleServerRecommendationResult Class

Definition

The recommended configuration for a single server SAP system.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20240901.SingleServerRecommendationResultTypeConverter))]
public class SingleServerRecommendationResult : Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20240901.ISingleServerRecommendationResult, Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20240901.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.Api20240901.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.

Applies to