IConfigServersOperations Interface

Definition

ConfigServersOperations operations.

public interface IConfigServersOperations
type IConfigServersOperations = interface
Public Interface IConfigServersOperations

Methods

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

Update the config server.

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

Update the config server.

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

Get the config server and its properties.

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

Update the config server.

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

Update the config server.

Extension Methods

BeginUpdatePatch(IConfigServersOperations, String, String, ConfigServerResource)

Update the config server.

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

Update the config server.

BeginUpdatePut(IConfigServersOperations, String, String, ConfigServerResource)

Update the config server.

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

Update the config server.

Get(IConfigServersOperations, String, String)

Get the config server and its properties.

GetAsync(IConfigServersOperations, String, String, CancellationToken)

Get the config server and its properties.

UpdatePatch(IConfigServersOperations, String, String, ConfigServerResource)

Update the config server.

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

Update the config server.

UpdatePut(IConfigServersOperations, String, String, ConfigServerResource)

Update the config server.

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

Update the config server.

Applies to