com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ServerInner>,ServerInner> |
ServersClient.beginCreateOrUpdate(String resourceGroupName,
String serverName,
ServerInner parameters) |
Creates or updates a server.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ServerInner>,ServerInner> |
ServersClient.beginCreateOrUpdate(String resourceGroupName,
String serverName,
ServerInner parameters) |
Creates or updates a server.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ServerInner>,ServerInner> |
ServersClient.beginCreateOrUpdate(String resourceGroupName,
String serverName,
ServerInner parameters,
com.azure.core.util.Context context) |
Creates or updates a server.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ServerInner>,ServerInner> |
ServersClient.beginCreateOrUpdate(String resourceGroupName,
String serverName,
ServerInner parameters,
com.azure.core.util.Context context) |
Creates or updates a server.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ServerInner>,ServerInner> |
ServersClient.beginCreateOrUpdateAsync(String resourceGroupName,
String serverName,
ServerInner parameters) |
Creates or updates a server.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ServerInner>,ServerInner> |
ServersClient.beginCreateOrUpdateAsync(String resourceGroupName,
String serverName,
ServerInner parameters) |
Creates or updates a server.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ServerInner>,ServerInner> |
ServersClient.beginUpdate(String resourceGroupName,
String serverName,
ServerUpdate parameters) |
Updates a server.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ServerInner>,ServerInner> |
ServersClient.beginUpdate(String resourceGroupName,
String serverName,
ServerUpdate parameters) |
Updates a server.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ServerInner>,ServerInner> |
ServersClient.beginUpdate(String resourceGroupName,
String serverName,
ServerUpdate parameters,
com.azure.core.util.Context context) |
Updates a server.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ServerInner>,ServerInner> |
ServersClient.beginUpdate(String resourceGroupName,
String serverName,
ServerUpdate parameters,
com.azure.core.util.Context context) |
Updates a server.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ServerInner>,ServerInner> |
ServersClient.beginUpdateAsync(String resourceGroupName,
String serverName,
ServerUpdate parameters) |
Updates a server.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ServerInner>,ServerInner> |
ServersClient.beginUpdateAsync(String resourceGroupName,
String serverName,
ServerUpdate parameters) |
Updates a server.
|
Mono<ServerInner> |
ServersClient.createOrUpdateAsync(String resourceGroupName,
String serverName,
ServerInner parameters) |
Creates or updates a server.
|
Mono<ServerInner> |
ServersClient.getByResourceGroupAsync(String resourceGroupName,
String serverName) |
Gets a server.
|
com.azure.core.http.rest.Response<ServerInner> |
ServersClient.getByResourceGroupWithResponse(String resourceGroupName,
String serverName,
com.azure.core.util.Context context) |
Gets a server.
|
Mono<com.azure.core.http.rest.Response<ServerInner>> |
ServersClient.getByResourceGroupWithResponseAsync(String resourceGroupName,
String serverName) |
Gets a server.
|
com.azure.core.http.rest.PagedIterable<ServerInner> |
ServersClient.list() |
Gets a list of all servers in the subscription.
|
com.azure.core.http.rest.PagedIterable<ServerInner> |
ServersClient.list(com.azure.core.util.Context context) |
Gets a list of all servers in the subscription.
|
com.azure.core.http.rest.PagedFlux<ServerInner> |
ServersClient.listAsync() |
Gets a list of all servers in the subscription.
|
com.azure.core.http.rest.PagedIterable<ServerInner> |
ServersClient.listByResourceGroup(String resourceGroupName) |
Gets a list of servers in a resource groups.
|
com.azure.core.http.rest.PagedIterable<ServerInner> |
ServersClient.listByResourceGroup(String resourceGroupName,
com.azure.core.util.Context context) |
Gets a list of servers in a resource groups.
|
com.azure.core.http.rest.PagedFlux<ServerInner> |
ServersClient.listByResourceGroupAsync(String resourceGroupName) |
Gets a list of servers in a resource groups.
|
Mono<ServerInner> |
ServersClient.updateAsync(String resourceGroupName,
String serverName,
ServerUpdate parameters) |
Updates a server.
|