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

IConfigurationOperations 接口

定义

ConfigurationOperations 操作。

public interface IConfigurationOperations
type IConfigurationOperations = interface
Public Interface IConfigurationOperations

方法

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

获取所有事件中心群集设置 - 表示对群集施加的配额和设置的键/值对的集合。

PatchWithHttpMessagesAsync(String, String, IDictionary<String,String>, Dictionary<String,List<String>>, CancellationToken)

将所有指定的事件中心群集设置替换为请求正文中包含的设置。 使未在请求正文中指定的设置保持未修改状态。

扩展方法

Get(IConfigurationOperations, String, String)

获取所有事件中心群集设置 - 表示对群集施加的配额和设置的键/值对的集合。

GetAsync(IConfigurationOperations, String, String, CancellationToken)

获取所有事件中心群集设置 - 表示对群集施加的配额和设置的键/值对的集合。

Patch(IConfigurationOperations, String, String, IDictionary<String,String>)

将所有指定的事件中心群集设置替换为请求正文中包含的设置。 使未在请求正文中指定的设置保持未修改状态。

PatchAsync(IConfigurationOperations, String, String, IDictionary<String,String>, CancellationToken)

将所有指定的事件中心群集设置替换为请求正文中包含的设置。 使未在请求正文中指定的设置保持未修改状态。

适用于