| Package | Description |
|---|---|
| com.azure.resourcemanager.sql.fluent |
Package containing the service clients for SqlManagementClient.
|
| com.azure.resourcemanager.sql.models |
Package containing the data models for SqlManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
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.PollerFlux<com.azure.core.management.polling.PollResult<ServerInner>,ServerInner> |
ServersClient.beginUpdateAsync(String resourceGroupName,
String serverName,
ServerUpdate parameters)
Updates a server.
|
ServerInner |
ServersClient.update(String resourceGroupName,
String serverName,
ServerUpdate parameters)
Updates a server.
|
ServerInner |
ServersClient.update(String resourceGroupName,
String serverName,
ServerUpdate parameters,
com.azure.core.util.Context context)
Updates a server.
|
Mono<ServerInner> |
ServersClient.updateAsync(String resourceGroupName,
String serverName,
ServerUpdate parameters)
Updates a server.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
ServersClient.updateWithResponseAsync(String resourceGroupName,
String serverName,
ServerUpdate parameters)
Updates a server.
|
| Modifier and Type | Method and Description |
|---|---|
ServerUpdate |
ServerUpdate.withAdministratorLogin(String administratorLogin)
Set the administratorLogin property: Administrator username for the server.
|
ServerUpdate |
ServerUpdate.withAdministratorLoginPassword(String administratorLoginPassword)
Set the administratorLoginPassword property: The administrator login password (required for server creation).
|
ServerUpdate |
ServerUpdate.withMinimalTlsVersion(String minimalTlsVersion)
Set the minimalTlsVersion property: Minimal TLS version.
|
ServerUpdate |
ServerUpdate.withPublicNetworkAccess(ServerPublicNetworkAccess publicNetworkAccess)
Set the publicNetworkAccess property: Whether or not public endpoint access is allowed for this server.
|
ServerUpdate |
ServerUpdate.withTags(Map<String,String> tags)
Set the tags property: Resource tags.
|
ServerUpdate |
ServerUpdate.withVersion(String version)
Set the version property: The version of the server.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.