Поделиться через


MockableWorkloadsSapVirtualInstanceSubscriptionResource.GetDiskConfigurationsSapVirtualInstance Method

Definition

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 Azure.Response<Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapDiskConfigurationsResult> GetDiskConfigurationsSapVirtualInstance(Azure.Core.AzureLocation location, Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapDiskConfigurationsContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDiskConfigurationsSapVirtualInstance : Azure.Core.AzureLocation * Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapDiskConfigurationsContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapDiskConfigurationsResult>
override this.GetDiskConfigurationsSapVirtualInstance : Azure.Core.AzureLocation * Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapDiskConfigurationsContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapDiskConfigurationsResult>
Public Overridable Function GetDiskConfigurationsSapVirtualInstance (location As AzureLocation, content As SapDiskConfigurationsContent, Optional cancellationToken As CancellationToken = Nothing) As 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.

Applies to