ConfigServersOperationsExtensions Class

Definition

Extension methods for ConfigServersOperations.

public static class ConfigServersOperationsExtensions
type ConfigServersOperationsExtensions = class
Public Module ConfigServersOperationsExtensions
Inheritance
ConfigServersOperationsExtensions

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