다음을 통해 공유


SingleServerRecommendationResult Class

Definition

The recommended configuration for a single server SAP system.

public class SingleServerRecommendationResult : Azure.ResourceManager.Workloads.Models.SapSizingRecommendationResult, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Workloads.Models.SingleServerRecommendationResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Workloads.Models.SingleServerRecommendationResult>
type SingleServerRecommendationResult = class
    inherit SapSizingRecommendationResult
    interface IJsonModel<SingleServerRecommendationResult>
    interface IPersistableModel<SingleServerRecommendationResult>
Public Class SingleServerRecommendationResult
Inherits SapSizingRecommendationResult
Implements IJsonModel(Of SingleServerRecommendationResult), IPersistableModel(Of SingleServerRecommendationResult)
Inheritance
SingleServerRecommendationResult
Implements

Properties

VmSku

The recommended VM SKU for single server.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SapSizingRecommendationResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from SapSizingRecommendationResult)
IJsonModel<SapSizingRecommendationResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from SapSizingRecommendationResult)
IJsonModel<SingleServerRecommendationResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<SingleServerRecommendationResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SapSizingRecommendationResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from SapSizingRecommendationResult)
IPersistableModel<SapSizingRecommendationResult>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from SapSizingRecommendationResult)
IPersistableModel<SapSizingRecommendationResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from SapSizingRecommendationResult)
IPersistableModel<SingleServerRecommendationResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SingleServerRecommendationResult>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<SingleServerRecommendationResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to