ArmMigrationDiscoverySapModelFactory.ServerInstanceProperties Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of ServerInstanceProperties.
public static Azure.ResourceManager.MigrationDiscoverySap.Models.ServerInstanceProperties ServerInstanceProperties (string serverName = default, Azure.ResourceManager.MigrationDiscoverySap.Models.SapInstanceType? sapInstanceType = default, string instanceSid = default, string sapProduct = default, string sapProductVersion = default, Azure.ResourceManager.MigrationDiscoverySap.Models.SapDiscoveryOperatingSystem? operatingSystem = default, Azure.ResourceManager.MigrationDiscoverySap.Models.ConfigurationDetail configurationData = default, Azure.ResourceManager.MigrationDiscoverySap.Models.PerformanceDetail performanceData = default, Azure.ResourceManager.MigrationDiscoverySap.Models.SapDiscoveryProvisioningState? provisioningState = default, Azure.ResourceManager.MigrationDiscoverySap.Models.SapMigrateError errors = default);
static member ServerInstanceProperties : string * Nullable<Azure.ResourceManager.MigrationDiscoverySap.Models.SapInstanceType> * string * string * string * Nullable<Azure.ResourceManager.MigrationDiscoverySap.Models.SapDiscoveryOperatingSystem> * Azure.ResourceManager.MigrationDiscoverySap.Models.ConfigurationDetail * Azure.ResourceManager.MigrationDiscoverySap.Models.PerformanceDetail * Nullable<Azure.ResourceManager.MigrationDiscoverySap.Models.SapDiscoveryProvisioningState> * Azure.ResourceManager.MigrationDiscoverySap.Models.SapMigrateError -> Azure.ResourceManager.MigrationDiscoverySap.Models.ServerInstanceProperties
Public Shared Function ServerInstanceProperties (Optional serverName As String = Nothing, Optional sapInstanceType As Nullable(Of SapInstanceType) = Nothing, Optional instanceSid As String = Nothing, Optional sapProduct As String = Nothing, Optional sapProductVersion As String = Nothing, Optional operatingSystem As Nullable(Of SapDiscoveryOperatingSystem) = Nothing, Optional configurationData As ConfigurationDetail = Nothing, Optional performanceData As PerformanceDetail = Nothing, Optional provisioningState As Nullable(Of SapDiscoveryProvisioningState) = Nothing, Optional errors As SapMigrateError = Nothing) As ServerInstanceProperties
- serverName
- String
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.
- sapInstanceType
- Nullable<SapInstanceType>
Defines the type SAP instance on this server instance.
- instanceSid
- String
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.
- sapProduct
- String
This is the SAP Application Component; e.g. SAP S/4HANA 2022, SAP ERP ENHANCE PACKAGE.
- sapProductVersion
- String
Provide the product version of the SAP product.
- operatingSystem
- Nullable<SapDiscoveryOperatingSystem>
This is Operating System on which the host server is running.
- configurationData
- ConfigurationDetail
Configuration data for this server instance.
- performanceData
- PerformanceDetail
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
- Nullable<SapDiscoveryProvisioningState>
Defines the provisioning states.
- errors
- SapMigrateError
Defines the errors related to SAP Instance resource.
A new ServerInstanceProperties instance for mocking.
Azure SDK for .NET 피드백
Azure SDK for .NET은(는) 오픈 소스 프로젝트입니다. 다음 링크를 선택하여 피드백을 제공해 주세요.