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.73.0 published on Wednesday, Nov 20, 2024 by Pulumi
azure-native.workloads.getSapVirtualInstanceInvokeAvailabilityZoneDetails
Explore with Pulumi AI
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.73.0 published on Wednesday, Nov 20, 2024 by Pulumi
Get the recommended SAP Availability Zone Pair Details for your region. Azure REST API version: 2024-09-01.
Using getSapVirtualInstanceInvokeAvailabilityZoneDetails
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 getSapVirtualInstanceInvokeAvailabilityZoneDetails(args: GetSapVirtualInstanceInvokeAvailabilityZoneDetailsArgs, opts?: InvokeOptions): Promise<GetSapVirtualInstanceInvokeAvailabilityZoneDetailsResult>
function getSapVirtualInstanceInvokeAvailabilityZoneDetailsOutput(args: GetSapVirtualInstanceInvokeAvailabilityZoneDetailsOutputArgs, opts?: InvokeOptions): Output<GetSapVirtualInstanceInvokeAvailabilityZoneDetailsResult>
def get_sap_virtual_instance_invoke_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) -> GetSapVirtualInstanceInvokeAvailabilityZoneDetailsResult
def get_sap_virtual_instance_invoke_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[GetSapVirtualInstanceInvokeAvailabilityZoneDetailsResult]
func GetSapVirtualInstanceInvokeAvailabilityZoneDetails(ctx *Context, args *GetSapVirtualInstanceInvokeAvailabilityZoneDetailsArgs, opts ...InvokeOption) (*GetSapVirtualInstanceInvokeAvailabilityZoneDetailsResult, error)
func GetSapVirtualInstanceInvokeAvailabilityZoneDetailsOutput(ctx *Context, args *GetSapVirtualInstanceInvokeAvailabilityZoneDetailsOutputArgs, opts ...InvokeOption) GetSapVirtualInstanceInvokeAvailabilityZoneDetailsResultOutput
> Note: This function is named GetSapVirtualInstanceInvokeAvailabilityZoneDetails
in the Go SDK.
public static class GetSapVirtualInstanceInvokeAvailabilityZoneDetails
{
public static Task<GetSapVirtualInstanceInvokeAvailabilityZoneDetailsResult> InvokeAsync(GetSapVirtualInstanceInvokeAvailabilityZoneDetailsArgs args, InvokeOptions? opts = null)
public static Output<GetSapVirtualInstanceInvokeAvailabilityZoneDetailsResult> Invoke(GetSapVirtualInstanceInvokeAvailabilityZoneDetailsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSapVirtualInstanceInvokeAvailabilityZoneDetailsResult> getSapVirtualInstanceInvokeAvailabilityZoneDetails(GetSapVirtualInstanceInvokeAvailabilityZoneDetailsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:workloads:getSapVirtualInstanceInvokeAvailabilityZoneDetails
arguments:
# arguments dictionary
The following arguments are supported:
- App
Location string - The geo-location where the SAP resources will be created.
- Database
Type string | Pulumi.Azure Native. Workloads. SAPDatabase Type - The database type. Eg: HANA, DB2, etc
- Location string
- The name of the Azure region.
- Sap
Product string | Pulumi.Azure Native. Workloads. SAPProduct Type - Defines the SAP Product type.
- App
Location string - The geo-location where the SAP resources will be created.
- Database
Type string | SAPDatabaseType - The database type. Eg: HANA, DB2, etc
- Location string
- The name of the Azure region.
- Sap
Product string | SAPProductType - Defines the SAP Product type.
- app
Location String - The geo-location where the SAP resources will be created.
- database
Type String | SAPDatabaseType - The database type. Eg: HANA, DB2, etc
- location String
- The name of the Azure region.
- sap
Product String | SAPProductType - Defines the SAP Product type.
- app
Location string - The geo-location where the SAP resources will be created.
- database
Type string | SAPDatabaseType - The database type. Eg: HANA, DB2, etc
- location string
- The name of the Azure region.
- sap
Product 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 the Azure region.
- sap_
product str | SAPProductType - Defines the SAP Product type.
- app
Location String - The geo-location where the SAP resources will be created.
- database
Type String | "HANA" | "DB2" - The database type. Eg: HANA, DB2, etc
- location String
- The name of the Azure region.
- sap
Product String | "ECC" | "S4HANA" | "Other" - Defines the SAP Product type.
getSapVirtualInstanceInvokeAvailabilityZoneDetails Result
The following output properties are available:
- Availability
Zone List<Pulumi.Pairs Azure Native. Workloads. Outputs. SAPAvailability Zone Pair Response> - Gets the list of availability zone pairs.
- Availability
Zone []SAPAvailabilityPairs Zone Pair Response - Gets the list of availability zone pairs.
- availability
Zone List<SAPAvailabilityPairs Zone Pair Response> - Gets the list of availability zone pairs.
- availability
Zone SAPAvailabilityPairs Zone Pair Response[] - Gets the list of availability zone pairs.
- availability_
zone_ Sequence[SAPAvailabilitypairs Zone Pair Response] - Gets the list of availability zone pairs.
- availability
Zone List<Property Map>Pairs - Gets the list of availability zone pairs.
Supporting Types
SAPAvailabilityZonePairResponse
SAPDatabaseType
SAPProductType
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
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.73.0 published on Wednesday, Nov 20, 2024 by Pulumi