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

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>
Copy
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]
Copy
func ListListUpgradableVersionPost(ctx *Context, args *ListListUpgradableVersionPostArgs, opts ...InvokeOption) (*ListListUpgradableVersionPostResult, error)
func ListListUpgradableVersionPostOutput(ctx *Context, args *ListListUpgradableVersionPostOutputArgs, opts ...InvokeOption) ListListUpgradableVersionPostResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<ListListUpgradableVersionPostResult> listListUpgradableVersionPost(ListListUpgradableVersionPostArgs args, InvokeOptions options)
public static Output<ListListUpgradableVersionPostResult> listListUpgradableVersionPost(ListListUpgradableVersionPostArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:servicefabric:listListUpgradableVersionPost
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ClusterName
This property is required.
Changes to this property will trigger replacement.
string
The name of the cluster resource.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group.
TargetVersion This property is required. string
The target code version.
ClusterName
This property is required.
Changes to this property will trigger replacement.
string
The name of the cluster resource.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group.
TargetVersion This property is required. string
The target code version.
clusterName
This property is required.
Changes to this property will trigger replacement.
String
The name of the cluster resource.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group.
targetVersion This property is required. String
The target code version.
clusterName
This property is required.
Changes to this property will trigger replacement.
string
The name of the cluster resource.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group.
targetVersion This property is required. string
The target code version.
cluster_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the cluster resource.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group.
target_version This property is required. str
The target code version.
clusterName
This property is required.
Changes to this property will trigger replacement.
String
The name of the cluster resource.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group.
targetVersion This property is required. 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
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