ArmWorkloadsSapVirtualInstanceModelFactory.SapAvailabilityZoneDetailsContent 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 availability zones.
public static Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapAvailabilityZoneDetailsContent SapAvailabilityZoneDetailsContent(Azure.Core.AzureLocation appLocation = default, Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapProductType sapProduct = default, Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapDatabaseType databaseType = default);
static member SapAvailabilityZoneDetailsContent : Azure.Core.AzureLocation * Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapProductType * Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapDatabaseType -> Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapAvailabilityZoneDetailsContent
Public Shared Function SapAvailabilityZoneDetailsContent (Optional appLocation As AzureLocation = Nothing, Optional sapProduct As SapProductType = Nothing, Optional databaseType As SapDatabaseType = Nothing) As SapAvailabilityZoneDetailsContent
Parameters
- appLocation
- AzureLocation
The geo-location where the SAP resources will be created.
- sapProduct
- SapProductType
Defines the SAP Product type.
- databaseType
- SapDatabaseType
The database type. Eg: HANA, DB2, etc.
Returns
A new SapAvailabilityZoneDetailsContent instance for mocking.