你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ServiceFabricManagedClustersExtensions.GetManagedClusterVersionsByEnvironment 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
按环境获取 Service Fabric 群集资源的所有可用代码版本。
- 请求路径/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/environments/{environment}/managedClusterVersions
- 操作IdManagedClusterVersion_ListByEnvironment
public static Azure.Pageable<Azure.ResourceManager.ServiceFabricManagedClusters.Models.ServiceFabricManagedClusterVersion> GetManagedClusterVersionsByEnvironment (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, Azure.ResourceManager.ServiceFabricManagedClusters.Models.ManagedClusterVersionEnvironment environment, System.Threading.CancellationToken cancellationToken = default);
static member GetManagedClusterVersionsByEnvironment : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * Azure.ResourceManager.ServiceFabricManagedClusters.Models.ManagedClusterVersionEnvironment * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ServiceFabricManagedClusters.Models.ServiceFabricManagedClusterVersion>
<Extension()>
Public Function GetManagedClusterVersionsByEnvironment (subscriptionResource As SubscriptionResource, location As AzureLocation, environment As ManagedClusterVersionEnvironment, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ServiceFabricManagedClusterVersion)
参数
- subscriptionResource
- SubscriptionResource
方法 SubscriptionResource 将对其执行的实例。
- location
- AzureLocation
群集代码版本的位置。 这与群集位置不同。
- environment
- ManagedClusterVersionEnvironment
群集的操作系统。 默认值表示 all。
- cancellationToken
- CancellationToken
要使用的取消标记。
返回
的集合 ServiceFabricManagedClusterVersion ,可能需要多个服务请求才能循环访问。