public interface EncryptionProtectorsClient
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<EncryptionProtectorInner>,EncryptionProtectorInner> |
beginCreateOrUpdate(String resourceGroupName,
String serverName,
EncryptionProtectorName encryptionProtectorName,
EncryptionProtectorInner parameters)
Updates an existing encryption protector.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<EncryptionProtectorInner>,EncryptionProtectorInner> |
beginCreateOrUpdate(String resourceGroupName,
String serverName,
EncryptionProtectorName encryptionProtectorName,
EncryptionProtectorInner parameters,
com.azure.core.util.Context context)
Updates an existing encryption protector.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<EncryptionProtectorInner>,EncryptionProtectorInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String serverName,
EncryptionProtectorName encryptionProtectorName,
EncryptionProtectorInner parameters)
Updates an existing encryption protector.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginRevalidate(String resourceGroupName,
String serverName,
EncryptionProtectorName encryptionProtectorName)
Revalidates an existing encryption protector.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginRevalidate(String resourceGroupName,
String serverName,
EncryptionProtectorName encryptionProtectorName,
com.azure.core.util.Context context)
Revalidates an existing encryption protector.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginRevalidateAsync(String resourceGroupName,
String serverName,
EncryptionProtectorName encryptionProtectorName)
Revalidates an existing encryption protector.
|
EncryptionProtectorInner |
createOrUpdate(String resourceGroupName,
String serverName,
EncryptionProtectorName encryptionProtectorName,
EncryptionProtectorInner parameters)
Updates an existing encryption protector.
|
EncryptionProtectorInner |
createOrUpdate(String resourceGroupName,
String serverName,
EncryptionProtectorName encryptionProtectorName,
EncryptionProtectorInner parameters,
com.azure.core.util.Context context)
Updates an existing encryption protector.
|
Mono<EncryptionProtectorInner> |
createOrUpdateAsync(String resourceGroupName,
String serverName,
EncryptionProtectorName encryptionProtectorName,
EncryptionProtectorInner parameters)
Updates an existing encryption protector.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String serverName,
EncryptionProtectorName encryptionProtectorName,
EncryptionProtectorInner parameters)
Updates an existing encryption protector.
|
EncryptionProtectorInner |
get(String resourceGroupName,
String serverName,
EncryptionProtectorName encryptionProtectorName)
Gets a server encryption protector.
|
Mono<EncryptionProtectorInner> |
getAsync(String resourceGroupName,
String serverName,
EncryptionProtectorName encryptionProtectorName)
Gets a server encryption protector.
|
com.azure.core.http.rest.Response<EncryptionProtectorInner> |
getWithResponse(String resourceGroupName,
String serverName,
EncryptionProtectorName encryptionProtectorName,
com.azure.core.util.Context context)
Gets a server encryption protector.
|
Mono<com.azure.core.http.rest.Response<EncryptionProtectorInner>> |
getWithResponseAsync(String resourceGroupName,
String serverName,
EncryptionProtectorName encryptionProtectorName)
Gets a server encryption protector.
|
com.azure.core.http.rest.PagedIterable<EncryptionProtectorInner> |
listByServer(String resourceGroupName,
String serverName)
Gets a list of server encryption protectors.
|
com.azure.core.http.rest.PagedIterable<EncryptionProtectorInner> |
listByServer(String resourceGroupName,
String serverName,
com.azure.core.util.Context context)
Gets a list of server encryption protectors.
|
com.azure.core.http.rest.PagedFlux<EncryptionProtectorInner> |
listByServerAsync(String resourceGroupName,
String serverName)
Gets a list of server encryption protectors.
|
void |
revalidate(String resourceGroupName,
String serverName,
EncryptionProtectorName encryptionProtectorName)
Revalidates an existing encryption protector.
|
void |
revalidate(String resourceGroupName,
String serverName,
EncryptionProtectorName encryptionProtectorName,
com.azure.core.util.Context context)
Revalidates an existing encryption protector.
|
Mono<Void> |
revalidateAsync(String resourceGroupName,
String serverName,
EncryptionProtectorName encryptionProtectorName)
Revalidates an existing encryption protector.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
revalidateWithResponseAsync(String resourceGroupName,
String serverName,
EncryptionProtectorName encryptionProtectorName)
Revalidates an existing encryption protector.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> revalidateWithResponseAsync(String resourceGroupName, String serverName, EncryptionProtectorName encryptionProtectorName)
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.encryptionProtectorName - The name of the encryption protector to be updated.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.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginRevalidateAsync(String resourceGroupName, String serverName, EncryptionProtectorName encryptionProtectorName)
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.encryptionProtectorName - The name of the encryption protector to be updated.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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginRevalidate(String resourceGroupName, String serverName, EncryptionProtectorName encryptionProtectorName)
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.encryptionProtectorName - The name of the encryption protector to be updated.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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginRevalidate(String resourceGroupName, String serverName, EncryptionProtectorName encryptionProtectorName, 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.encryptionProtectorName - The name of the encryption protector to be updated.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<Void> revalidateAsync(String resourceGroupName, String serverName, EncryptionProtectorName encryptionProtectorName)
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.encryptionProtectorName - The name of the encryption protector to be updated.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.void revalidate(String resourceGroupName, String serverName, EncryptionProtectorName encryptionProtectorName)
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.encryptionProtectorName - The name of the encryption protector to be updated.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.void revalidate(String resourceGroupName, String serverName, EncryptionProtectorName encryptionProtectorName, 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.encryptionProtectorName - The name of the encryption protector to be updated.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.com.azure.core.http.rest.PagedFlux<EncryptionProtectorInner> listByServerAsync(String resourceGroupName, String serverName)
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.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.PagedIterable<EncryptionProtectorInner> listByServer(String resourceGroupName, String serverName)
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.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.PagedIterable<EncryptionProtectorInner> listByServer(String resourceGroupName, String serverName, 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.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<EncryptionProtectorInner>> getWithResponseAsync(String resourceGroupName, String serverName, EncryptionProtectorName encryptionProtectorName)
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.encryptionProtectorName - The name of the encryption protector to be retrieved.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<EncryptionProtectorInner> getAsync(String resourceGroupName, String serverName, EncryptionProtectorName encryptionProtectorName)
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.encryptionProtectorName - The name of the encryption protector to be retrieved.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.EncryptionProtectorInner get(String resourceGroupName, String serverName, EncryptionProtectorName encryptionProtectorName)
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.encryptionProtectorName - The name of the encryption protector to be retrieved.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<EncryptionProtectorInner> getWithResponse(String resourceGroupName, String serverName, EncryptionProtectorName encryptionProtectorName, 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.encryptionProtectorName - The name of the encryption protector to be retrieved.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<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String serverName, EncryptionProtectorName encryptionProtectorName, EncryptionProtectorInner parameters)
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.encryptionProtectorName - The name of the encryption protector to be updated.parameters - The server encryption protector.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.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<EncryptionProtectorInner>,EncryptionProtectorInner> beginCreateOrUpdateAsync(String resourceGroupName, String serverName, EncryptionProtectorName encryptionProtectorName, EncryptionProtectorInner parameters)
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.encryptionProtectorName - The name of the encryption protector to be updated.parameters - The server encryption protector.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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<EncryptionProtectorInner>,EncryptionProtectorInner> beginCreateOrUpdate(String resourceGroupName, String serverName, EncryptionProtectorName encryptionProtectorName, EncryptionProtectorInner parameters)
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.encryptionProtectorName - The name of the encryption protector to be updated.parameters - The server encryption protector.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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<EncryptionProtectorInner>,EncryptionProtectorInner> beginCreateOrUpdate(String resourceGroupName, String serverName, EncryptionProtectorName encryptionProtectorName, EncryptionProtectorInner parameters, 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.encryptionProtectorName - The name of the encryption protector to be updated.parameters - The server encryption protector.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<EncryptionProtectorInner> createOrUpdateAsync(String resourceGroupName, String serverName, EncryptionProtectorName encryptionProtectorName, EncryptionProtectorInner parameters)
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.encryptionProtectorName - The name of the encryption protector to be updated.parameters - The server encryption protector.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.EncryptionProtectorInner createOrUpdate(String resourceGroupName, String serverName, EncryptionProtectorName encryptionProtectorName, EncryptionProtectorInner parameters)
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.encryptionProtectorName - The name of the encryption protector to be updated.parameters - The server encryption protector.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.EncryptionProtectorInner createOrUpdate(String resourceGroupName, String serverName, EncryptionProtectorName encryptionProtectorName, EncryptionProtectorInner parameters, 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.encryptionProtectorName - The name of the encryption protector to be updated.parameters - The server encryption protector.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.