SapDiskConfigurationsContent Constructor
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 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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET