你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ServiceFabricExtensions.GetClusterVersions 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
GetClusterVersions(SubscriptionResource, AzureLocation, CancellationToken) |
按位置获取 Service Fabric 群集资源的所有可用代码版本。
|
GetClusterVersions(SubscriptionResource, AzureLocation, String, CancellationToken) |
获取有关可用 Service Fabric 群集代码版本的信息。
|
GetClusterVersions(SubscriptionResource, AzureLocation, CancellationToken)
按位置获取 Service Fabric 群集资源的所有可用代码版本。
- 请求路径/订阅/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/clusterVersions
- 操作IdClusterVersions_List
public static Azure.Pageable<Azure.ResourceManager.ServiceFabric.Models.ClusterCodeVersionsResult> GetClusterVersions (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, System.Threading.CancellationToken cancellationToken = default);
static member GetClusterVersions : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ServiceFabric.Models.ClusterCodeVersionsResult>
<Extension()>
Public Function GetClusterVersions (subscriptionResource As SubscriptionResource, location As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ClusterCodeVersionsResult)
参数
- subscriptionResource
- SubscriptionResource
方法 SubscriptionResource 将对其执行的实例。
- location
- AzureLocation
群集代码版本的位置。 这与群集位置不同。
- cancellationToken
- CancellationToken
要使用的取消标记。
返回
可能需要多个服务请求来循环访问的 的 ClusterCodeVersionsResult 集合。
适用于
GetClusterVersions(SubscriptionResource, AzureLocation, String, CancellationToken)
获取有关可用 Service Fabric 群集代码版本的信息。
- 请求路径/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/clusterVersions/{clusterVersion}
- 操作IdClusterVersions_Get
public static Azure.Pageable<Azure.ResourceManager.ServiceFabric.Models.ClusterCodeVersionsResult> GetClusterVersions (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, string clusterVersion, System.Threading.CancellationToken cancellationToken = default);
static member GetClusterVersions : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ServiceFabric.Models.ClusterCodeVersionsResult>
<Extension()>
Public Function GetClusterVersions (subscriptionResource As SubscriptionResource, location As AzureLocation, clusterVersion As String, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ClusterCodeVersionsResult)
参数
- subscriptionResource
- SubscriptionResource
方法 SubscriptionResource 将对其执行的实例。
- location
- AzureLocation
群集代码版本的位置。 这与群集位置不同。
- clusterVersion
- String
群集代码版本。
- cancellationToken
- CancellationToken
要使用的取消标记。
返回
可能需要多个服务请求来循环访问的 的 ClusterCodeVersionsResult 集合。
例外
clusterVersion
是一个空字符串,预期为非空。
clusterVersion
为 null。