Share via


ArmWorkloadsModelFactory.SapSizingRecommendationContent Method

Definition

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);
static member 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 * Nullable<Azure.ResourceManager.Workloads.Models.SapDatabaseScaleMethod> * Nullable<Azure.ResourceManager.Workloads.Models.SapHighAvailabilityType> -> Azure.ResourceManager.Workloads.Models.SapSizingRecommendationContent
Public Shared Function SapSizingRecommendationContent (Optional appLocation As AzureLocation = Nothing, Optional environment As SapEnvironmentType = Nothing, Optional sapProduct As SapProductType = Nothing, Optional deploymentType As SapDeploymentType = Nothing, Optional saps As Long = 0, Optional dbMemory As Long = 0, Optional databaseType As SapDatabaseType = Nothing, Optional dbScaleMethod As Nullable(Of SapDatabaseScaleMethod) = Nothing, Optional highAvailabilityType As Nullable(Of SapHighAvailabilityType) = Nothing) As SapSizingRecommendationContent

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