com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ConfigServerResourceInner>,ConfigServerResourceInner> |
ConfigServersClient.beginUpdatePatch(String resourceGroupName,
String serviceName,
ConfigServerProperties properties) |
Update the config server.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ConfigServerResourceInner>,ConfigServerResourceInner> |
ConfigServersClient.beginUpdatePatch(String resourceGroupName,
String serviceName,
ConfigServerProperties properties,
com.azure.core.util.Context context) |
Update the config server.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ConfigServerResourceInner>,ConfigServerResourceInner> |
ConfigServersClient.beginUpdatePatchAsync(String resourceGroupName,
String serviceName,
ConfigServerProperties properties) |
Update the config server.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ConfigServerResourceInner>,ConfigServerResourceInner> |
ConfigServersClient.beginUpdatePut(String resourceGroupName,
String serviceName,
ConfigServerProperties properties) |
Update the config server.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ConfigServerResourceInner>,ConfigServerResourceInner> |
ConfigServersClient.beginUpdatePut(String resourceGroupName,
String serviceName,
ConfigServerProperties properties,
com.azure.core.util.Context context) |
Update the config server.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ConfigServerResourceInner>,ConfigServerResourceInner> |
ConfigServersClient.beginUpdatePutAsync(String resourceGroupName,
String serviceName,
ConfigServerProperties properties) |
Update the config server.
|
ConfigServerResourceInner |
ConfigServersClient.updatePatch(String resourceGroupName,
String serviceName,
ConfigServerProperties properties) |
Update the config server.
|
ConfigServerResourceInner |
ConfigServersClient.updatePatch(String resourceGroupName,
String serviceName,
ConfigServerProperties properties,
com.azure.core.util.Context context) |
Update the config server.
|
Mono<ConfigServerResourceInner> |
ConfigServersClient.updatePatchAsync(String resourceGroupName,
String serviceName,
ConfigServerProperties properties) |
Update the config server.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
ConfigServersClient.updatePatchWithResponseAsync(String resourceGroupName,
String serviceName,
ConfigServerProperties properties) |
Update the config server.
|
ConfigServerResourceInner |
ConfigServersClient.updatePut(String resourceGroupName,
String serviceName,
ConfigServerProperties properties) |
Update the config server.
|
ConfigServerResourceInner |
ConfigServersClient.updatePut(String resourceGroupName,
String serviceName,
ConfigServerProperties properties,
com.azure.core.util.Context context) |
Update the config server.
|
Mono<ConfigServerResourceInner> |
ConfigServersClient.updatePutAsync(String resourceGroupName,
String serviceName,
ConfigServerProperties properties) |
Update the config server.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
ConfigServersClient.updatePutWithResponseAsync(String resourceGroupName,
String serviceName,
ConfigServerProperties properties) |
Update the config server.
|