ArmWorkloadsModelFactory.SapSupportedSku 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 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.
True if the Sku is certified for App server in the SAP system.
True if the Sku is certified for Database server in the SAP system.
Returns
A new SapSupportedSku instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET