ThreeTierRecommendationResult Class

Definition

The recommended configuration for a three tier SAP system.

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

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.

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<ThreeTierRecommendationResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ThreeTierRecommendationResult>.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<ThreeTierRecommendationResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ThreeTierRecommendationResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ThreeTierRecommendationResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to