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

IConfigServersOperations 接口

定义

ConfigServersOperations 操作。

public interface IConfigServersOperations
type IConfigServersOperations = interface
Public Interface IConfigServersOperations

方法

BeginUpdatePatchWithHttpMessagesAsync(String, String, ConfigServerResource, Dictionary<String,List<String>>, CancellationToken)

更新配置服务器。

BeginUpdatePutWithHttpMessagesAsync(String, String, ConfigServerResource, Dictionary<String,List<String>>, CancellationToken)

更新配置服务器。

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

获取配置服务器及其属性。

UpdatePatchWithHttpMessagesAsync(String, String, ConfigServerResource, Dictionary<String,List<String>>, CancellationToken)

更新配置服务器。

UpdatePutWithHttpMessagesAsync(String, String, ConfigServerResource, Dictionary<String,List<String>>, CancellationToken)

更新配置服务器。

扩展方法

BeginUpdatePatch(IConfigServersOperations, String, String, ConfigServerResource)

更新配置服务器。

BeginUpdatePatchAsync(IConfigServersOperations, String, String, ConfigServerResource, CancellationToken)

更新配置服务器。

BeginUpdatePut(IConfigServersOperations, String, String, ConfigServerResource)

更新配置服务器。

BeginUpdatePutAsync(IConfigServersOperations, String, String, ConfigServerResource, CancellationToken)

更新配置服务器。

Get(IConfigServersOperations, String, String)

获取配置服务器及其属性。

GetAsync(IConfigServersOperations, String, String, CancellationToken)

获取配置服务器及其属性。

UpdatePatch(IConfigServersOperations, String, String, ConfigServerResource)

更新配置服务器。

UpdatePatchAsync(IConfigServersOperations, String, String, ConfigServerResource, CancellationToken)

更新配置服务器。

UpdatePut(IConfigServersOperations, String, String, ConfigServerResource)

更新配置服务器。

UpdatePutAsync(IConfigServersOperations, String, String, ConfigServerResource, CancellationToken)

更新配置服务器。

适用于