ArmMigrationDiscoverySapModelFactory.ConfigurationDetail Method
Definition
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 ConfigurationDetail.
public static Azure.ResourceManager.MigrationDiscoverySap.Models.ConfigurationDetail ConfigurationDetail (int? saps = default, int? cpu = default, string cpuType = default, int? cpuInMhz = default, int? ram = default, string hardwareManufacturer = default, string model = default, int? totalDiskSizeGB = default, int? totalDiskIops = default, Azure.ResourceManager.MigrationDiscoverySap.Models.SapDiscoveryDatabaseType? databaseType = default, int? targetHanaRamSizeGB = default);
static member ConfigurationDetail : Nullable<int> * Nullable<int> * string * Nullable<int> * Nullable<int> * string * string * Nullable<int> * Nullable<int> * Nullable<Azure.ResourceManager.MigrationDiscoverySap.Models.SapDiscoveryDatabaseType> * Nullable<int> -> Azure.ResourceManager.MigrationDiscoverySap.Models.ConfigurationDetail
Public Shared Function ConfigurationDetail (Optional saps As Nullable(Of Integer) = Nothing, Optional cpu As Nullable(Of Integer) = Nothing, Optional cpuType As String = Nothing, Optional cpuInMhz As Nullable(Of Integer) = Nothing, Optional ram As Nullable(Of Integer) = Nothing, Optional hardwareManufacturer As String = Nothing, Optional model As String = Nothing, Optional totalDiskSizeGB As Nullable(Of Integer) = Nothing, Optional totalDiskIops As Nullable(Of Integer) = Nothing, Optional databaseType As Nullable(Of SapDiscoveryDatabaseType) = Nothing, Optional targetHanaRamSizeGB As Nullable(Of Integer) = Nothing) As ConfigurationDetail
Parameters
Provide the SAPS for each server of the SAP system. This should be a non-zero value. For example, 1000.
- cpuType
- String
Provide the CPU architecture type of the server. For example, Xeon Platinum 8171M, Xeon E5-2673 v3.
Provide the CPU clock speed of the server in MHz. This should be a non-zero value. For example, 2100.
Provide the RAM of the server. This should be a non-zero value. For example, 256.
- hardwareManufacturer
- String
Provide the HW manufacturer company of the server. For example, Microsoft Corporation.
- model
- String
Specify if the Hardware is a physical server or virtual machine.
Provide the total disk volume capacity in GB. Add the disk volume for each individual disks and provide the total sum in this field.
Provide the total disk IOPS capacity. Add the disk volume for each individual disk and provide the sum total in this field.
- databaseType
- Nullable<SapDiscoveryDatabaseType>
The database of this is a server instance. Applicable only if SAP instance type for this server instance is 'DB'.
Provide the target HANA database size you need. Applicable only if SAP instance type for this server instance is 'DB' and you are migrating an AnyDb database to SAP S/4HANA.
Returns
A new ConfigurationDetail instance for mocking.
Applies to
Azure SDK for .NET