Share via


ArmWorkloadsModelFactory.SapSupportedSku Method

Definition

Initializes a new instance of SapSupportedSku.

public static Azure.ResourceManager.Workloads.Models.SapSupportedSku SapSupportedSku (string vmSku = default, bool? isAppServerCertified = default, bool? isDatabaseCertified = default);
static member SapSupportedSku : string * Nullable<bool> * Nullable<bool> -> Azure.ResourceManager.Workloads.Models.SapSupportedSku
Public Shared Function SapSupportedSku (Optional vmSku As String = Nothing, Optional isAppServerCertified As Nullable(Of Boolean) = Nothing, Optional isDatabaseCertified As Nullable(Of Boolean) = Nothing) As SapSupportedSku

Parameters

vmSku
String

The VM Sku.

isAppServerCertified
Nullable<Boolean>

True if the Sku is certified for App server in the SAP system.

isDatabaseCertified
Nullable<Boolean>

True if the Sku is certified for Database server in the SAP system.

Returns

A new SapSupportedSku instance for mocking.

Applies to