你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ManagedClusterVersionOperationsExtensions 类

定义

ManagedClusterVersionOperations 的扩展方法。

public static class ManagedClusterVersionOperationsExtensions
type ManagedClusterVersionOperationsExtensions = class
Public Module ManagedClusterVersionOperationsExtensions
继承
ManagedClusterVersionOperationsExtensions

方法

Get(IManagedClusterVersionOperations, String, String)

获取有关指定位置中可用的 Service Fabric 托管群集代码版本的信息。

GetAsync(IManagedClusterVersionOperations, String, String, CancellationToken)

获取有关指定位置中可用的 Service Fabric 托管群集代码版本的信息。

GetByEnvironment(IManagedClusterVersionOperations, String, String)

获取有关可用于指定环境的 Service Fabric 群集代码版本的信息。

GetByEnvironmentAsync(IManagedClusterVersionOperations, String, String, CancellationToken)

获取有关可用于指定环境的 Service Fabric 群集代码版本的信息。

List(IManagedClusterVersionOperations, String)

获取可用于指定位置的 Service Fabric 群集代码版本的列表。

ListAsync(IManagedClusterVersionOperations, String, CancellationToken)

获取可用于指定位置的 Service Fabric 群集代码版本的列表。

ListByEnvironment(IManagedClusterVersionOperations, String)

获取可用于指定环境的 Service Fabric 群集代码版本列表。

ListByEnvironmentAsync(IManagedClusterVersionOperations, String, CancellationToken)

获取可用于指定环境的 Service Fabric 群集代码版本列表。

适用于