| Package | Description |
|---|---|
| com.azure.resourcemanager.sql.fluent |
Package containing the service clients for SqlManagementClient.
|
| com.azure.resourcemanager.sql.fluent.models |
Package containing the inner data models for SqlManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ServerInner |
ServersClient.createOrUpdate(String resourceGroupName,
String serverName,
ServerInner parameters)
Creates or updates a server.
|
ServerInner |
ServersClient.createOrUpdate(String resourceGroupName,
String serverName,
ServerInner parameters,
com.azure.core.util.Context context)
Creates or updates a server.
|
ServerInner |
ServersClient.getByResourceGroup(String resourceGroupName,
String serverName)
Gets 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.
|
| Modifier and Type | Method and Description |
|---|---|
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.PollerFlux<com.azure.core.management.polling.PollResult<ServerInner>,ServerInner> |
ServersClient.beginCreateOrUpdateAsync(String resourceGroupName,
String serverName,
ServerInner parameters)
Creates or updates a server.
|
ServerInner |
ServersClient.createOrUpdate(String resourceGroupName,
String serverName,
ServerInner parameters)
Creates or updates a server.
|
ServerInner |
ServersClient.createOrUpdate(String resourceGroupName,
String serverName,
ServerInner parameters,
com.azure.core.util.Context context)
Creates or updates a server.
|
Mono<ServerInner> |
ServersClient.createOrUpdateAsync(String resourceGroupName,
String serverName,
ServerInner parameters)
Creates or updates a server.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
ServersClient.createOrUpdateWithResponseAsync(String resourceGroupName,
String serverName,
ServerInner parameters)
Creates or updates a server.
|
| Modifier and Type | Method and Description |
|---|---|
ServerInner |
ServerInner.withAdministratorLogin(String administratorLogin)
Set the administratorLogin property: Administrator username for the server.
|
ServerInner |
ServerInner.withAdministratorLoginPassword(String administratorLoginPassword)
Set the administratorLoginPassword property: The administrator login password (required for server creation).
|
ServerInner |
ServerInner.withIdentity(ResourceIdentity identity)
Set the identity property: The Azure Active Directory identity of the server.
|
ServerInner |
ServerInner.withMinimalTlsVersion(String minimalTlsVersion)
Set the minimalTlsVersion property: Minimal TLS version.
|
ServerInner |
ServerInner.withPublicNetworkAccess(ServerPublicNetworkAccess publicNetworkAccess)
Set the publicNetworkAccess property: Whether or not public endpoint access is allowed for this server.
|
ServerInner |
ServerInner.withVersion(String version)
Set the version property: The version of the server.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.