Megosztás a következőn keresztül:


SapDiskConfigurationsContent Constructor

Definition

Initializes a new instance of SapDiskConfigurationsContent.

public SapDiskConfigurationsContent (Azure.Core.AzureLocation appLocation, Azure.ResourceManager.Workloads.Models.SapEnvironmentType environment, Azure.ResourceManager.Workloads.Models.SapProductType sapProduct, Azure.ResourceManager.Workloads.Models.SapDatabaseType databaseType, Azure.ResourceManager.Workloads.Models.SapDeploymentType deploymentType, string dbVmSku);
new Azure.ResourceManager.Workloads.Models.SapDiskConfigurationsContent : Azure.Core.AzureLocation * Azure.ResourceManager.Workloads.Models.SapEnvironmentType * Azure.ResourceManager.Workloads.Models.SapProductType * Azure.ResourceManager.Workloads.Models.SapDatabaseType * Azure.ResourceManager.Workloads.Models.SapDeploymentType * string -> Azure.ResourceManager.Workloads.Models.SapDiskConfigurationsContent
Public Sub New (appLocation As AzureLocation, environment As SapEnvironmentType, sapProduct As SapProductType, databaseType As SapDatabaseType, deploymentType As SapDeploymentType, dbVmSku As String)

Parameters

appLocation
AzureLocation

The geo-location where the SAP resources will be created.

environment
SapEnvironmentType

Defines the environment type - Production/Non Production.

sapProduct
SapProductType

Defines the SAP Product type.

databaseType
SapDatabaseType

The database type. Eg: HANA, DB2, etc.

deploymentType
SapDeploymentType

The deployment type. Eg: SingleServer/ThreeTier.

dbVmSku
String

The VM SKU for database instance.

Exceptions

dbVmSku is null.

Applies to