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

IManagedClusterVersionOperations 接口

定义

ManagedClusterVersionOperations 操作。

public interface IManagedClusterVersionOperations
type IManagedClusterVersionOperations = interface
Public Interface IManagedClusterVersionOperations

方法

GetByEnvironmentWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

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

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

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

ListByEnvironmentWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

ListWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

扩展方法

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 群集代码版本的列表。

适用于