These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
azure-native.servicefabric.listListUpgradableVersionPost
Explore with Pulumi AI
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
If a target is not provided, it will get the minimum and maximum versions available from the current cluster version. If a target is given, it will provide the required path to get from the current cluster version to the target version. API Version: 2020-12-01-preview.
Using listListUpgradableVersionPost
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 listListUpgradableVersionPost(args: ListListUpgradableVersionPostArgs, opts?: InvokeOptions): Promise<ListListUpgradableVersionPostResult>
function listListUpgradableVersionPostOutput(args: ListListUpgradableVersionPostOutputArgs, opts?: InvokeOptions): Output<ListListUpgradableVersionPostResult>
def list_list_upgradable_version_post(cluster_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
target_version: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> ListListUpgradableVersionPostResult
def list_list_upgradable_version_post_output(cluster_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
target_version: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[ListListUpgradableVersionPostResult]
func ListListUpgradableVersionPost(ctx *Context, args *ListListUpgradableVersionPostArgs, opts ...InvokeOption) (*ListListUpgradableVersionPostResult, error)
func ListListUpgradableVersionPostOutput(ctx *Context, args *ListListUpgradableVersionPostOutputArgs, opts ...InvokeOption) ListListUpgradableVersionPostResultOutput
> Note: This function is named ListListUpgradableVersionPost
in the Go SDK.
public static class ListListUpgradableVersionPost
{
public static Task<ListListUpgradableVersionPostResult> InvokeAsync(ListListUpgradableVersionPostArgs args, InvokeOptions? opts = null)
public static Output<ListListUpgradableVersionPostResult> Invoke(ListListUpgradableVersionPostInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<ListListUpgradableVersionPostResult> listListUpgradableVersionPost(ListListUpgradableVersionPostArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:servicefabric:listListUpgradableVersionPost
arguments:
# arguments dictionary
The following arguments are supported:
- Cluster
Name string - The name of the cluster resource.
- Resource
Group stringName - The name of the resource group.
- Target
Version string - The target code version.
- Cluster
Name string - The name of the cluster resource.
- Resource
Group stringName - The name of the resource group.
- Target
Version string - The target code version.
- cluster
Name String - The name of the cluster resource.
- resource
Group StringName - The name of the resource group.
- target
Version String - The target code version.
- cluster
Name string - The name of the cluster resource.
- resource
Group stringName - The name of the resource group.
- target
Version string - The target code version.
- cluster_
name str - The name of the cluster resource.
- resource_
group_ strname - The name of the resource group.
- target_
version str - The target code version.
- cluster
Name String - The name of the cluster resource.
- resource
Group StringName - The name of the resource group.
- target
Version String - The target code version.
listListUpgradableVersionPost Result
The following output properties are available:
- Supported
Path List<string>
- Supported
Path []string
- supported
Path List<String>
- supported
Path string[]
- supported_
path Sequence[str]
- supported
Path List<String>
Package Details
- Repository
- azure-native-v1 pulumi/pulumi-azure-native
- License
- Apache-2.0
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi