Share via


ArmWorkloadsModelFactory.SapSupportedSkusContent Method

Definition

Initializes a new instance of SapSupportedSkusContent.

public static Azure.ResourceManager.Workloads.Models.SapSupportedSkusContent SapSupportedSkusContent (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, Azure.ResourceManager.Workloads.Models.SapDatabaseType databaseType = default, Azure.ResourceManager.Workloads.Models.SapHighAvailabilityType? highAvailabilityType = default);
static member SapSupportedSkusContent : Azure.Core.AzureLocation * Azure.ResourceManager.Workloads.Models.SapEnvironmentType * Azure.ResourceManager.Workloads.Models.SapProductType * Azure.ResourceManager.Workloads.Models.SapDeploymentType * Azure.ResourceManager.Workloads.Models.SapDatabaseType * Nullable<Azure.ResourceManager.Workloads.Models.SapHighAvailabilityType> -> Azure.ResourceManager.Workloads.Models.SapSupportedSkusContent
Public Shared Function SapSupportedSkusContent (Optional appLocation As AzureLocation = Nothing, Optional environment As SapEnvironmentType = Nothing, Optional sapProduct As SapProductType = Nothing, Optional deploymentType As SapDeploymentType = Nothing, Optional databaseType As SapDatabaseType = Nothing, Optional highAvailabilityType As Nullable(Of SapHighAvailabilityType) = Nothing) As SapSupportedSkusContent

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.

databaseType
SapDatabaseType

The database type. Eg: HANA, DB2, etc.

highAvailabilityType
Nullable<SapHighAvailabilityType>

The high availability type.

Returns

A new SapSupportedSkusContent instance for mocking.

Applies to