ServiceFabricClusterResource.GetUpgradableVersions Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/listUpgradableVersions
- Operation Id: Clusters_ListUpgradableVersions
- Default Api Version: 2023-11-01-preview
- Resource: ServiceFabricClusterResource
public virtual Azure.Response<Azure.ResourceManager.ServiceFabric.Models.UpgradableVersionPathResult> GetUpgradableVersions (Azure.ResourceManager.ServiceFabric.Models.UpgradableVersionsDescription versionsDescription = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetUpgradableVersions : Azure.ResourceManager.ServiceFabric.Models.UpgradableVersionsDescription * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ServiceFabric.Models.UpgradableVersionPathResult>
override this.GetUpgradableVersions : Azure.ResourceManager.ServiceFabric.Models.UpgradableVersionsDescription * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ServiceFabric.Models.UpgradableVersionPathResult>
Public Overridable Function GetUpgradableVersions (Optional versionsDescription As UpgradableVersionsDescription = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of UpgradableVersionPathResult)
Parameters
- versionsDescription
- UpgradableVersionsDescription
The upgrade path description with target version.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET