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