SapSizingRecommendationContent Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de SapSizingRecommendationContent.
public SapSizingRecommendationContent (Azure.Core.AzureLocation appLocation, Azure.ResourceManager.Workloads.Models.SapEnvironmentType environment, Azure.ResourceManager.Workloads.Models.SapProductType sapProduct, Azure.ResourceManager.Workloads.Models.SapDeploymentType deploymentType, long saps, long dbMemory, Azure.ResourceManager.Workloads.Models.SapDatabaseType databaseType);
new Azure.ResourceManager.Workloads.Models.SapSizingRecommendationContent : Azure.Core.AzureLocation * Azure.ResourceManager.Workloads.Models.SapEnvironmentType * Azure.ResourceManager.Workloads.Models.SapProductType * Azure.ResourceManager.Workloads.Models.SapDeploymentType * int64 * int64 * Azure.ResourceManager.Workloads.Models.SapDatabaseType -> Azure.ResourceManager.Workloads.Models.SapSizingRecommendationContent
Public Sub New (appLocation As AzureLocation, environment As SapEnvironmentType, sapProduct As SapProductType, deploymentType As SapDeploymentType, saps As Long, dbMemory As Long, databaseType As SapDatabaseType)
Paramètres
- appLocation
- AzureLocation
Emplacement géographique où la ressource doit être créée.
- environment
- SapEnvironmentType
Définit le type d’environnement - Production/Non Production.
- sapProduct
- SapProductType
Définit le type de produit SAP.
- deploymentType
- SapDeploymentType
Type de déploiement. Par exemple : SingleServer/ThreeTier.
- saps
- Int64
Mesure de la norme de performances des applications SAP.
- dbMemory
- Int64
Configuration de la mémoire de la base de données.
- databaseType
- SapDatabaseType
Type de base de données.