Partilhar via


SapDiskConfigurationsContent Construtor

Definição

Inicializa uma nova instância de 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)

Parâmetros

appLocation
AzureLocation

A localização geográfica em que os recursos sap serão criados.

environment
SapEnvironmentType

Define o tipo de ambiente – Produção/Não Produção.

sapProduct
SapProductType

Define o tipo de produto SAP.

databaseType
SapDatabaseType

O tipo de banco de dados. Por exemplo: HANA, DB2 etc.

deploymentType
SapDeploymentType

O tipo de implantação. Por exemplo: SingleServer/ThreeTier.

dbVmSku
String

A SKU da VM para a instância do banco de dados.

Exceções

dbVmSku é nulo.

Aplica-se a