Share via


ArmWorkloadsModelFactory.SapSizingRecommendationContent Method

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Initializes a new instance of SapSizingRecommendationContent.

public static Azure.ResourceManager.Workloads.Models.SapSizingRecommendationContent SapSizingRecommendationContent (Azure.Core.AzureLocation appLocation = default, Azure.ResourceManager.Workloads.Models.SapEnvironmentType environment = default, Azure.ResourceManager.Workloads.Models.SapProductType sapProduct = default, Azure.ResourceManager.Workloads.Models.SapDeploymentType deploymentType = default, long saps = 0, long dbMemory = 0, Azure.ResourceManager.Workloads.Models.SapDatabaseType databaseType = default, Azure.ResourceManager.Workloads.Models.SapDatabaseScaleMethod? dbScaleMethod = default, Azure.ResourceManager.Workloads.Models.SapHighAvailabilityType? highAvailabilityType = default);

Parameters

appLocation
AzureLocation

The geo-location where the resource is to be created.

environment
SapEnvironmentType

Defines the environment type - Production/Non Production.

sapProduct
SapProductType

Defines the SAP Product type.

deploymentType
SapDeploymentType

The deployment type. Eg: SingleServer/ThreeTier.

saps
Int64

The SAP Application Performance Standard measurement.

dbMemory
Int64

The database memory configuration.

databaseType
SapDatabaseType

The database type.

dbScaleMethod
Nullable<SapDatabaseScaleMethod>

The DB scale method.

highAvailabilityType
Nullable<SapHighAvailabilityType>

The high availability type.

Returns

A new SapSizingRecommendationContent instance for mocking.

Applies to

Product Versions
Azure SDK for .NET Preview