azure-native.solutions.listApplicationAllowedUpgradePlans

Explore with Pulumi AI

List allowed upgrade plans for application. API Version: 2021-07-01.

Using listApplicationAllowedUpgradePlans

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 listApplicationAllowedUpgradePlans(args: ListApplicationAllowedUpgradePlansArgs, opts?: InvokeOptions): Promise<ListApplicationAllowedUpgradePlansResult>
function listApplicationAllowedUpgradePlansOutput(args: ListApplicationAllowedUpgradePlansOutputArgs, opts?: InvokeOptions): Output<ListApplicationAllowedUpgradePlansResult>
def list_application_allowed_upgrade_plans(application_name: Optional[str] = None,
                                           resource_group_name: Optional[str] = None,
                                           opts: Optional[InvokeOptions] = None) -> ListApplicationAllowedUpgradePlansResult
def list_application_allowed_upgrade_plans_output(application_name: Optional[pulumi.Input[str]] = None,
                                           resource_group_name: Optional[pulumi.Input[str]] = None,
                                           opts: Optional[InvokeOptions] = None) -> Output[ListApplicationAllowedUpgradePlansResult]
func ListApplicationAllowedUpgradePlans(ctx *Context, args *ListApplicationAllowedUpgradePlansArgs, opts ...InvokeOption) (*ListApplicationAllowedUpgradePlansResult, error)
func ListApplicationAllowedUpgradePlansOutput(ctx *Context, args *ListApplicationAllowedUpgradePlansOutputArgs, opts ...InvokeOption) ListApplicationAllowedUpgradePlansResultOutput

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

public static class ListApplicationAllowedUpgradePlans 
{
    public static Task<ListApplicationAllowedUpgradePlansResult> InvokeAsync(ListApplicationAllowedUpgradePlansArgs args, InvokeOptions? opts = null)
    public static Output<ListApplicationAllowedUpgradePlansResult> Invoke(ListApplicationAllowedUpgradePlansInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<ListApplicationAllowedUpgradePlansResult> listApplicationAllowedUpgradePlans(ListApplicationAllowedUpgradePlansArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: azure-native:solutions:listApplicationAllowedUpgradePlans
  arguments:
    # arguments dictionary

The following arguments are supported:

ApplicationName string

The name of the managed application.

ResourceGroupName string

The name of the resource group. The name is case insensitive.

ApplicationName string

The name of the managed application.

ResourceGroupName string

The name of the resource group. The name is case insensitive.

applicationName String

The name of the managed application.

resourceGroupName String

The name of the resource group. The name is case insensitive.

applicationName string

The name of the managed application.

resourceGroupName string

The name of the resource group. The name is case insensitive.

application_name str

The name of the managed application.

resource_group_name str

The name of the resource group. The name is case insensitive.

applicationName String

The name of the managed application.

resourceGroupName String

The name of the resource group. The name is case insensitive.

listApplicationAllowedUpgradePlans Result

The following output properties are available:

Value []PlanResponse

The array of plans.

value List<PlanResponse>

The array of plans.

value PlanResponse[]

The array of plans.

value Sequence[PlanResponse]

The array of plans.

value List<Property Map>

The array of plans.

Supporting Types

PlanResponse

Name string

The plan name.

Product string

The product code.

Publisher string

The publisher ID.

Version string

The plan's version.

PromotionCode string

The promotion code.

Name string

The plan name.

Product string

The product code.

Publisher string

The publisher ID.

Version string

The plan's version.

PromotionCode string

The promotion code.

name String

The plan name.

product String

The product code.

publisher String

The publisher ID.

version String

The plan's version.

promotionCode String

The promotion code.

name string

The plan name.

product string

The product code.

publisher string

The publisher ID.

version string

The plan's version.

promotionCode string

The promotion code.

name str

The plan name.

product str

The product code.

publisher str

The publisher ID.

version str

The plan's version.

promotion_code str

The promotion code.

name String

The plan name.

product String

The product code.

publisher String

The publisher ID.

version String

The plan's version.

promotionCode String

The promotion code.

Package Details

Repository
Azure Native pulumi/pulumi-azure-native
License
Apache-2.0