MockableWorkloadsSubscriptionResource.SapAvailabilityZoneDetailsAsync 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 recommended SAP Availability Zone Pair Details for your region.
- Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Workloads/locations/{location}/sapVirtualInstanceMetadata/default/getAvailabilityZoneDetails
- Operation Id: SAPAvailabilityZoneDetails
- Default Api Version: 2023-04-01
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Workloads.Models.SapAvailabilityZoneDetailsResult>> SapAvailabilityZoneDetailsAsync (Azure.Core.AzureLocation location, Azure.ResourceManager.Workloads.Models.SapAvailabilityZoneDetailsContent content = default, System.Threading.CancellationToken cancellationToken = default);
abstract member SapAvailabilityZoneDetailsAsync : Azure.Core.AzureLocation * Azure.ResourceManager.Workloads.Models.SapAvailabilityZoneDetailsContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Workloads.Models.SapAvailabilityZoneDetailsResult>>
override this.SapAvailabilityZoneDetailsAsync : Azure.Core.AzureLocation * Azure.ResourceManager.Workloads.Models.SapAvailabilityZoneDetailsContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Workloads.Models.SapAvailabilityZoneDetailsResult>>
Public Overridable Function SapAvailabilityZoneDetailsAsync (location As AzureLocation, Optional content As SapAvailabilityZoneDetailsContent = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SapAvailabilityZoneDetailsResult))
Parameters
- location
- AzureLocation
The name of Azure region.
SAP Availability Zone Details 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