ServerInstanceProperties Class

Definition

Defines the SAP Instance properties.

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

Constructors

ServerInstanceProperties()

Initializes a new instance of ServerInstanceProperties.

Properties

ConfigurationData

Configuration data for this server instance.

Errors

Defines the errors related to SAP Instance resource.

InstanceSid

This is the Instance SID for ASCS/AP/DB instance. An SAP system with HANA database for example could have a different SID for database Instance than that of ASCS instance.

OperatingSystem

This is Operating System on which the host server is running.

PerformanceData

Configuration data for this server instance. Please note PerformanceDetail is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include ExcelPerformanceDetail and NativePerformanceDetail.

ProvisioningState

Defines the provisioning states.

SapInstanceType

Defines the type SAP instance on this server instance.

SapProduct

This is the SAP Application Component; e.g. SAP S/4HANA 2022, SAP ERP ENHANCE PACKAGE.

SapProductVersion

Provide the product version of the SAP product.

ServerName

This is the Virtual Machine Name of the SAP system. Add all the virtual machines attached to an SAP system which you wish to migrate to Azure. Keeping this not equal to ID as for single tier all InstanceTypes would be on same server, leading to multiple resources with same servername.

Explicit Interface Implementations

IJsonModel<ServerInstanceProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ServerInstanceProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ServerInstanceProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ServerInstanceProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ServerInstanceProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to