ConfigurationOperationsExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods for ConfigurationOperations.
public static class ConfigurationOperationsExtensions
type ConfigurationOperationsExtensions = class
Public Module ConfigurationOperationsExtensions
- Inheritance
-
ConfigurationOperationsExtensions
Methods
Get(IConfigurationOperations, String, String) |
Get all Event Hubs Cluster settings - a collection of key/value pairs which represent the quotas and settings imposed on the cluster. |
GetAsync(IConfigurationOperations, String, String, CancellationToken) |
Get all Event Hubs Cluster settings - a collection of key/value pairs which represent the quotas and settings imposed on the cluster. |
Patch(IConfigurationOperations, String, String, IDictionary<String,String>) |
Replace all specified Event Hubs Cluster settings with those contained in the request body. Leaves the settings not specified in the request body unmodified. |
PatchAsync(IConfigurationOperations, String, String, IDictionary<String,String>, CancellationToken) |
Replace all specified Event Hubs Cluster settings with those contained in the request body. Leaves the settings not specified in the request body unmodified. |