Compartir a través de


SapSupportedSkusContent Constructor

Definición

Inicializa una nueva instancia de SapSupportedSkusContent.

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

Parámetros

appLocation
AzureLocation

Ubicación geográfica donde se va a crear el recurso.

environment
SapEnvironmentType

Define el tipo de entorno: producción o no producción.

sapProduct
SapProductType

Define el tipo de producto de SAP.

deploymentType
SapDeploymentType

Tipo de implementación. Por ejemplo: SingleServer/ThreeTier.

databaseType
SapDatabaseType

El tipo de base de datos. Por ejemplo: HANA, DB2, etc.

Se aplica a