MockableWorkloadsSapVirtualInstanceSubscriptionResource.GetDiskConfigurationsSapVirtualInstanceAsync 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: SAPVirtualInstances_GetDiskConfigurations
- Default Api Version: 2024-09-01
- Resource: SapVirtualInstanceResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapDiskConfigurationsResult>> GetDiskConfigurationsSapVirtualInstanceAsync(Azure.Core.AzureLocation location, Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapDiskConfigurationsContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDiskConfigurationsSapVirtualInstanceAsync : Azure.Core.AzureLocation * Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapDiskConfigurationsContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapDiskConfigurationsResult>>
override this.GetDiskConfigurationsSapVirtualInstanceAsync : Azure.Core.AzureLocation * Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapDiskConfigurationsContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapDiskConfigurationsResult>>
Public Overridable Function GetDiskConfigurationsSapVirtualInstanceAsync (location As AzureLocation, content As SapDiskConfigurationsContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SapDiskConfigurationsResult))
Parameters
- location
- AzureLocation
The name of the Azure region.
- content
- SapDiskConfigurationsContent
The content of the action request.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
content
is null.