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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET