SapSizingRecommendationContent Konstruktor
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue instance von 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)
Parameter
- appLocation
- AzureLocation
Der geografische Standort, an dem die Ressource erstellt werden soll.
- environment
- SapEnvironmentType
Definiert den Umgebungstyp "Production/Non Production".
- sapProduct
- SapProductType
Definiert den SAP-Produkttyp.
- deploymentType
- SapDeploymentType
Der Bereitstellungstyp Beispiel: SingleServer/ThreeTier.
- saps
- Int64
Die SAP Application Performance Standard-Messung.
- dbMemory
- Int64
Die Datenbankspeicherkonfiguration.
- databaseType
- SapDatabaseType
Der Datenbanktyp.