azure-native.solutions.listApplicationAllowedUpgradePlans
Explore with Pulumi AI
List allowed upgrade plans for application. Azure REST 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:
- Application
Name string The name of the managed application.
- Resource
Group stringName The name of the resource group. The name is case insensitive.
- Application
Name string The name of the managed application.
- Resource
Group stringName The name of the resource group. The name is case insensitive.
- application
Name String The name of the managed application.
- resource
Group StringName The name of the resource group. The name is case insensitive.
- application
Name string The name of the managed application.
- resource
Group stringName The name of the resource group. The name is case insensitive.
- application_
name str The name of the managed application.
- resource_
group_ strname The name of the resource group. The name is case insensitive.
- application
Name String The name of the managed application.
- resource
Group StringName The name of the resource group. The name is case insensitive.
listApplicationAllowedUpgradePlans Result
The following output properties are available:
- Value
List<Pulumi.
Azure Native. Solutions. Outputs. Plan Response> The array of plans.
- Value
[]Plan
Response The array of plans.
- value
List<Plan
Response> The array of plans.
- value
Plan
Response[] The array of plans.
- value
Sequence[Plan
Response] 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.
- Promotion
Code 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.
- Promotion
Code 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.
- promotion
Code 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.
- promotion
Code 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.
- promotion
Code String The promotion code.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0