ArmWorkloadsSapVirtualInstanceModelFactory.SapDiskConfigurationsContent 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.
The SAP request to get list of disk configurations.
public static Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapDiskConfigurationsContent SapDiskConfigurationsContent(Azure.Core.AzureLocation appLocation = default, Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapEnvironmentType environment = default, Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapProductType sapProduct = default, Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapDatabaseType databaseType = default, Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapDeploymentType deploymentType = default, string dbVmSku = default);
static member SapDiskConfigurationsContent : Azure.Core.AzureLocation * Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapEnvironmentType * Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapProductType * Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapDatabaseType * Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapDeploymentType * string -> Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapDiskConfigurationsContent
Public Shared Function SapDiskConfigurationsContent (Optional appLocation As AzureLocation = Nothing, Optional environment As SapEnvironmentType = Nothing, Optional sapProduct As SapProductType = Nothing, Optional databaseType As SapDatabaseType = Nothing, Optional deploymentType As SapDeploymentType = Nothing, Optional dbVmSku As String = Nothing) As SapDiskConfigurationsContent
Parameters
- appLocation
- AzureLocation
The geo-location where the SAP resources will be created.
- environment
- SapEnvironmentType
Defines the environment type - Production/Non Production.
- sapProduct
- SapProductType
Defines the SAP Product type.
- databaseType
- SapDatabaseType
The database type. Eg: HANA, DB2, etc.
- deploymentType
- SapDeploymentType
The deployment type. Eg: SingleServer/ThreeTier.
- dbVmSku
- String
The VM SKU for database instance.
Returns
A new SapDiskConfigurationsContent instance for mocking.