ServerInstanceProperties interface
Defines the SAP Instance properties.
Properties
configuration |
Configuration data for this server instance. NOTE: This property will not be serialized. It can only be populated by the server. |
errors | Defines the errors related to SAP Instance resource. NOTE: This property will not be serialized. It can only be populated by the server. |
instance |
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. NOTE: This property will not be serialized. It can only be populated by the server. |
operating |
This is Operating System on which the host server is running. NOTE: This property will not be serialized. It can only be populated by the server. |
performance |
Configuration data for this server instance. NOTE: This property will not be serialized. It can only be populated by the server. |
provisioning |
Defines the provisioning states. NOTE: This property will not be serialized. It can only be populated by the server. |
sap |
Defines the type SAP instance on this server instance. NOTE: This property will not be serialized. It can only be populated by the server. |
sap |
This is the SAP Application Component; e.g. SAP S/4HANA 2022, SAP ERP ENHANCE PACKAGE. NOTE: This property will not be serialized. It can only be populated by the server. |
sap |
Provide the product version of the SAP product. NOTE: This property will not be serialized. It can only be populated by the server. |
server |
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. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
configurationData
Configuration data for this server instance. NOTE: This property will not be serialized. It can only be populated by the server.
configurationData?: ConfigurationData
Property Value
errors
Defines the errors related to SAP Instance resource. NOTE: This property will not be serialized. It can only be populated by the server.
errors?: SAPMigrateError
Property Value
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. NOTE: This property will not be serialized. It can only be populated by the server.
instanceSid?: string
Property Value
string
operatingSystem
This is Operating System on which the host server is running. NOTE: This property will not be serialized. It can only be populated by the server.
operatingSystem?: string
Property Value
string
performanceData
Configuration data for this server instance. NOTE: This property will not be serialized. It can only be populated by the server.
performanceData?: PerformanceDataUnion
Property Value
provisioningState
Defines the provisioning states. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
sapInstanceType
Defines the type SAP instance on this server instance. NOTE: This property will not be serialized. It can only be populated by the server.
sapInstanceType?: string
Property Value
string
sapProduct
This is the SAP Application Component; e.g. SAP S/4HANA 2022, SAP ERP ENHANCE PACKAGE. NOTE: This property will not be serialized. It can only be populated by the server.
sapProduct?: string
Property Value
string
sapProductVersion
Provide the product version of the SAP product. NOTE: This property will not be serialized. It can only be populated by the server.
sapProductVersion?: string
Property Value
string
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. NOTE: This property will not be serialized. It can only be populated by the server.
serverName?: string
Property Value
string
Azure SDK for JavaScript