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
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