次の方法で共有


SapSizingRecommendationContent コンストラクター

定義

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)

パラメーター

appLocation
AzureLocation

リソースを作成する geo の場所。

environment
SapEnvironmentType

環境の種類 (運用/非運用) を定義します。

sapProduct
SapProductType

SAP 製品の種類を定義します。

deploymentType
SapDeploymentType

配置タイプ。 例: SingleServer/ThreeTier。

saps
Int64

SAP Application Performance Standard の測定値。

dbMemory
Int64

データベース メモリの構成。

databaseType
SapDatabaseType

データベースの種類。

適用対象