| 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.
|
| com.azure.resourcemanager.sql.models |
Package containing the data models for SqlManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
Mono<ServerConnectionPolicyInner> |
ServerConnectionPoliciesClient.createOrUpdateAsync(String resourceGroupName,
String serverName,
ConnectionPolicyName connectionPolicyName,
ServerConnectionType connectionType)
Creates or updates the server's connection policy.
|
com.azure.core.http.rest.Response<ServerConnectionPolicyInner> |
ServerConnectionPoliciesClient.createOrUpdateWithResponse(String resourceGroupName,
String serverName,
ConnectionPolicyName connectionPolicyName,
ServerConnectionType connectionType,
com.azure.core.util.Context context)
Creates or updates the server's connection policy.
|
Mono<com.azure.core.http.rest.Response<ServerConnectionPolicyInner>> |
ServerConnectionPoliciesClient.createOrUpdateWithResponseAsync(String resourceGroupName,
String serverName,
ConnectionPolicyName connectionPolicyName,
ServerConnectionType connectionType)
Creates or updates the server's connection policy.
|
| Modifier and Type | Method and Description |
|---|---|
ServerConnectionType |
ServerConnectionPolicyInner.connectionType()
Get the connectionType property: The server connection type.
|
| Modifier and Type | Method and Description |
|---|---|
ServerConnectionPolicyInner |
ServerConnectionPolicyInner.withConnectionType(ServerConnectionType connectionType)
Set the connectionType property: The server connection type.
|
| Modifier and Type | Method and Description |
|---|---|
static ServerConnectionType |
ServerConnectionType.fromString(String value)
Parses a serialized value to a ServerConnectionType instance.
|
static ServerConnectionType |
ServerConnectionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServerConnectionType[] |
ServerConnectionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.