ExcelPerformanceDetail Class

Definition

The SAP instance specific performance data for Excel import.

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

Properties

MaxCpuLoad

Provide the max CPU percentage load on the server. Omit the percentage symbol while filling this value.

TotalSourceDbSizeGB

Provide the source Database size in GB. Applicable only if SAP instance type for this server instance is 'DB'.

Explicit Interface Implementations

IJsonModel<ExcelPerformanceDetail>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ExcelPerformanceDetail>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<PerformanceDetail>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from PerformanceDetail)
IPersistableModel<ExcelPerformanceDetail>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExcelPerformanceDetail>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ExcelPerformanceDetail>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<PerformanceDetail>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from PerformanceDetail)

Applies to