1. Packages
  2. Azure Native v1
  3. API Docs
  4. servicefabric
  5. listListUpgradableVersionPost
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

azure-native-v1 logo
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:

    ClusterName string
    The name of the cluster resource.
    ResourceGroupName string
    The name of the resource group.
    TargetVersion string
    The target code version.
    ClusterName string
    The name of the cluster resource.
    ResourceGroupName string
    The name of the resource group.
    TargetVersion string
    The target code version.
    clusterName String
    The name of the cluster resource.
    resourceGroupName String
    The name of the resource group.
    targetVersion String
    The target code version.
    clusterName string
    The name of the cluster resource.
    resourceGroupName string
    The name of the resource group.
    targetVersion string
    The target code version.
    cluster_name str
    The name of the cluster resource.
    resource_group_name str
    The name of the resource group.
    target_version str
    The target code version.
    clusterName String
    The name of the cluster resource.
    resourceGroupName String
    The name of the resource group.
    targetVersion String
    The target code version.

    listListUpgradableVersionPost Result

    The following output properties are available:

    SupportedPath List<string>
    SupportedPath []string
    supportedPath List<String>
    supportedPath string[]
    supported_path Sequence[str]
    supportedPath List<String>

    Package Details

    Repository
    azure-native-v1 pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native-v1 logo
    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