MockableWorkloadsSubscriptionResource.SapDiskConfigurations 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.
Get the SAP Disk Configuration Layout prod/non-prod SAP System.
- Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Workloads/locations/{location}/sapVirtualInstanceMetadata/default/getDiskConfigurations
- Operation Id: SAPDiskConfigurations
- Default Api Version: 2023-04-01
public virtual Azure.Response<Azure.ResourceManager.Workloads.Models.SapDiskConfigurationsResult> SapDiskConfigurations (Azure.Core.AzureLocation location, Azure.ResourceManager.Workloads.Models.SapDiskConfigurationsContent content = default, System.Threading.CancellationToken cancellationToken = default);
abstract member SapDiskConfigurations : Azure.Core.AzureLocation * Azure.ResourceManager.Workloads.Models.SapDiskConfigurationsContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Workloads.Models.SapDiskConfigurationsResult>
override this.SapDiskConfigurations : Azure.Core.AzureLocation * Azure.ResourceManager.Workloads.Models.SapDiskConfigurationsContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Workloads.Models.SapDiskConfigurationsResult>
Public Overridable Function SapDiskConfigurations (location As AzureLocation, Optional content As SapDiskConfigurationsContent = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SapDiskConfigurationsResult)
Parameters
- location
- AzureLocation
The name of Azure region.
- content
- SapDiskConfigurationsContent
SAP Disk Configurations Request body.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
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