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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET