ArmWorkloadsModelFactory.SapDiskConfiguration 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 SapDiskConfiguration.
public static Azure.ResourceManager.Workloads.Models.SapDiskConfiguration SapDiskConfiguration(Azure.ResourceManager.Workloads.Models.DiskVolumeConfiguration recommendedConfiguration = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Workloads.Models.SupportedConfigurationsDiskDetails> supportedConfigurations = default);
static member SapDiskConfiguration : Azure.ResourceManager.Workloads.Models.DiskVolumeConfiguration * seq<Azure.ResourceManager.Workloads.Models.SupportedConfigurationsDiskDetails> -> Azure.ResourceManager.Workloads.Models.SapDiskConfiguration
Public Shared Function SapDiskConfiguration (Optional recommendedConfiguration As DiskVolumeConfiguration = Nothing, Optional supportedConfigurations As IEnumerable(Of SupportedConfigurationsDiskDetails) = Nothing) As SapDiskConfiguration
Parameters
- recommendedConfiguration
- DiskVolumeConfiguration
The recommended disk details for a given VM Sku.
- supportedConfigurations
- IEnumerable<SupportedConfigurationsDiskDetails>
The list of supported disks for a given VM Sku.
Returns
A new SapDiskConfiguration instance for mocking.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET