1. Packages
  2. Azure Native
  3. API Docs
  4. workloads
  5. getSAPAvailabilityZoneDetails
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.34.0 published on Thursday, Mar 28, 2024 by Pulumi

azure-native.workloads.getSAPAvailabilityZoneDetails

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.34.0 published on Thursday, Mar 28, 2024 by Pulumi

    Get the recommended SAP Availability Zone Pair Details for your region. Azure REST API version: 2023-04-01.

    Other available API versions: 2021-12-01-preview, 2022-11-01-preview, 2023-10-01-preview.

    Using getSAPAvailabilityZoneDetails

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getSAPAvailabilityZoneDetails(args: GetSAPAvailabilityZoneDetailsArgs, opts?: InvokeOptions): Promise<GetSAPAvailabilityZoneDetailsResult>
    function getSAPAvailabilityZoneDetailsOutput(args: GetSAPAvailabilityZoneDetailsOutputArgs, opts?: InvokeOptions): Output<GetSAPAvailabilityZoneDetailsResult>
    def get_sap_availability_zone_details(app_location: Optional[str] = None,
                                          database_type: Optional[Union[str, SAPDatabaseType]] = None,
                                          location: Optional[str] = None,
                                          sap_product: Optional[Union[str, SAPProductType]] = None,
                                          opts: Optional[InvokeOptions] = None) -> GetSAPAvailabilityZoneDetailsResult
    def get_sap_availability_zone_details_output(app_location: Optional[pulumi.Input[str]] = None,
                                          database_type: Optional[pulumi.Input[Union[str, SAPDatabaseType]]] = None,
                                          location: Optional[pulumi.Input[str]] = None,
                                          sap_product: Optional[pulumi.Input[Union[str, SAPProductType]]] = None,
                                          opts: Optional[InvokeOptions] = None) -> Output[GetSAPAvailabilityZoneDetailsResult]
    func GetSAPAvailabilityZoneDetails(ctx *Context, args *GetSAPAvailabilityZoneDetailsArgs, opts ...InvokeOption) (*GetSAPAvailabilityZoneDetailsResult, error)
    func GetSAPAvailabilityZoneDetailsOutput(ctx *Context, args *GetSAPAvailabilityZoneDetailsOutputArgs, opts ...InvokeOption) GetSAPAvailabilityZoneDetailsResultOutput

    > Note: This function is named GetSAPAvailabilityZoneDetails in the Go SDK.

    public static class GetSAPAvailabilityZoneDetails 
    {
        public static Task<GetSAPAvailabilityZoneDetailsResult> InvokeAsync(GetSAPAvailabilityZoneDetailsArgs args, InvokeOptions? opts = null)
        public static Output<GetSAPAvailabilityZoneDetailsResult> Invoke(GetSAPAvailabilityZoneDetailsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetSAPAvailabilityZoneDetailsResult> getSAPAvailabilityZoneDetails(GetSAPAvailabilityZoneDetailsArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:workloads:getSAPAvailabilityZoneDetails
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AppLocation string
    The geo-location where the SAP resources will be created.
    DatabaseType string | Pulumi.AzureNative.Workloads.SAPDatabaseType
    The database type. Eg: HANA, DB2, etc
    Location string
    The name of Azure region.
    SapProduct string | Pulumi.AzureNative.Workloads.SAPProductType
    Defines the SAP Product type.
    AppLocation string
    The geo-location where the SAP resources will be created.
    DatabaseType string | SAPDatabaseType
    The database type. Eg: HANA, DB2, etc
    Location string
    The name of Azure region.
    SapProduct string | SAPProductType
    Defines the SAP Product type.
    appLocation String
    The geo-location where the SAP resources will be created.
    databaseType String | SAPDatabaseType
    The database type. Eg: HANA, DB2, etc
    location String
    The name of Azure region.
    sapProduct String | SAPProductType
    Defines the SAP Product type.
    appLocation string
    The geo-location where the SAP resources will be created.
    databaseType string | SAPDatabaseType
    The database type. Eg: HANA, DB2, etc
    location string
    The name of Azure region.
    sapProduct string | SAPProductType
    Defines the SAP Product type.
    app_location str
    The geo-location where the SAP resources will be created.
    database_type str | SAPDatabaseType
    The database type. Eg: HANA, DB2, etc
    location str
    The name of Azure region.
    sap_product str | SAPProductType
    Defines the SAP Product type.
    appLocation String
    The geo-location where the SAP resources will be created.
    databaseType String | "HANA" | "DB2"
    The database type. Eg: HANA, DB2, etc
    location String
    The name of Azure region.
    sapProduct String | "ECC" | "S4HANA" | "Other"
    Defines the SAP Product type.

    getSAPAvailabilityZoneDetails Result

    The following output properties are available:

    AvailabilityZonePairs []SAPAvailabilityZonePairResponse
    Gets the list of availability zone pairs.
    availabilityZonePairs List<SAPAvailabilityZonePairResponse>
    Gets the list of availability zone pairs.
    availabilityZonePairs SAPAvailabilityZonePairResponse[]
    Gets the list of availability zone pairs.
    availabilityZonePairs List<Property Map>
    Gets the list of availability zone pairs.

    Supporting Types

    SAPAvailabilityZonePairResponse

    ZoneA double
    The zone A.
    ZoneB double
    The zone B.
    ZoneA float64
    The zone A.
    ZoneB float64
    The zone B.
    zoneA Double
    The zone A.
    zoneB Double
    The zone B.
    zoneA number
    The zone A.
    zoneB number
    The zone B.
    zone_a float
    The zone A.
    zone_b float
    The zone B.
    zoneA Number
    The zone A.
    zoneB Number
    The zone B.

    SAPDatabaseType

    SAPProductType

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
    Azure Native v2.34.0 published on Thursday, Mar 28, 2024 by Pulumi