public interface ServerConnectionPoliciesClient
| Modifier and Type | Method and Description |
|---|---|
ServerConnectionPolicyInner |
createOrUpdate(String resourceGroupName,
String serverName,
ConnectionPolicyName connectionPolicyName)
Creates or updates the server's connection policy.
|
Mono<ServerConnectionPolicyInner> |
createOrUpdateAsync(String resourceGroupName,
String serverName,
ConnectionPolicyName connectionPolicyName)
Creates or updates the server's connection policy.
|
Mono<ServerConnectionPolicyInner> |
createOrUpdateAsync(String resourceGroupName,
String serverName,
ConnectionPolicyName connectionPolicyName,
ServerConnectionType connectionType)
Creates or updates the server's connection policy.
|
com.azure.core.http.rest.Response<ServerConnectionPolicyInner> |
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>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String serverName,
ConnectionPolicyName connectionPolicyName,
ServerConnectionType connectionType)
Creates or updates the server's connection policy.
|
ServerConnectionPolicyInner |
get(String resourceGroupName,
String serverName,
ConnectionPolicyName connectionPolicyName)
Gets the server's secure connection policy.
|
Mono<ServerConnectionPolicyInner> |
getAsync(String resourceGroupName,
String serverName,
ConnectionPolicyName connectionPolicyName)
Gets the server's secure connection policy.
|
com.azure.core.http.rest.Response<ServerConnectionPolicyInner> |
getWithResponse(String resourceGroupName,
String serverName,
ConnectionPolicyName connectionPolicyName,
com.azure.core.util.Context context)
Gets the server's secure connection policy.
|
Mono<com.azure.core.http.rest.Response<ServerConnectionPolicyInner>> |
getWithResponseAsync(String resourceGroupName,
String serverName,
ConnectionPolicyName connectionPolicyName)
Gets the server's secure connection policy.
|
Mono<com.azure.core.http.rest.Response<ServerConnectionPolicyInner>> createOrUpdateWithResponseAsync(String resourceGroupName, String serverName, ConnectionPolicyName connectionPolicyName, ServerConnectionType connectionType)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.connectionPolicyName - The name of the connection policy.connectionType - The server connection type.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<ServerConnectionPolicyInner> createOrUpdateAsync(String resourceGroupName, String serverName, ConnectionPolicyName connectionPolicyName, ServerConnectionType connectionType)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.connectionPolicyName - The name of the connection policy.connectionType - The server connection type.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<ServerConnectionPolicyInner> createOrUpdateAsync(String resourceGroupName, String serverName, ConnectionPolicyName connectionPolicyName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.connectionPolicyName - The name of the connection policy.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ServerConnectionPolicyInner createOrUpdate(String resourceGroupName, String serverName, ConnectionPolicyName connectionPolicyName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.connectionPolicyName - The name of the connection policy.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<ServerConnectionPolicyInner> createOrUpdateWithResponse(String resourceGroupName, String serverName, ConnectionPolicyName connectionPolicyName, ServerConnectionType connectionType, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.connectionPolicyName - The name of the connection policy.connectionType - The server connection type.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<ServerConnectionPolicyInner>> getWithResponseAsync(String resourceGroupName, String serverName, ConnectionPolicyName connectionPolicyName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.connectionPolicyName - The name of the connection policy.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<ServerConnectionPolicyInner> getAsync(String resourceGroupName, String serverName, ConnectionPolicyName connectionPolicyName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.connectionPolicyName - The name of the connection policy.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ServerConnectionPolicyInner get(String resourceGroupName, String serverName, ConnectionPolicyName connectionPolicyName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.connectionPolicyName - The name of the connection policy.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<ServerConnectionPolicyInner> getWithResponse(String resourceGroupName, String serverName, ConnectionPolicyName connectionPolicyName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.connectionPolicyName - The name of the connection policy.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Copyright © 2020 Microsoft Corporation. All rights reserved.