EncryptionProtectorsClient Interface
public interface EncryptionProtectorsClient
An instance of this class provides access to all the operations defined in EncryptionProtectorsClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller<PollResult<EncryptionProtectorInner>,EncryptionProtectorInner> beginCreateOrUpdate(String resourceGroupName, String serverName, EncryptionProtectorName encryptionProtectorName, EncryptionProtectorInner parameters)
Updates an existing encryption protector.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller<PollResult<EncryptionProtectorInner>,EncryptionProtectorInner> beginCreateOrUpdate(String resourceGroupName, String serverName, EncryptionProtectorName encryptionProtectorName, EncryptionProtectorInner parameters, Context context)
Updates an existing encryption protector.
Parameters:
Returns:
beginCreateOrUpdateAsync
public abstract PollerFlux<PollResult<EncryptionProtectorInner>,EncryptionProtectorInner> beginCreateOrUpdateAsync(String resourceGroupName, String serverName, EncryptionProtectorName encryptionProtectorName, EncryptionProtectorInner parameters)
Updates an existing encryption protector.
Parameters:
Returns:
beginRevalidate
public abstract SyncPoller<PollResult<Void>,Void> beginRevalidate(String resourceGroupName, String serverName, EncryptionProtectorName encryptionProtectorName)
Revalidates an existing encryption protector.
Parameters:
Returns:
beginRevalidate
public abstract SyncPoller<PollResult<Void>,Void> beginRevalidate(String resourceGroupName, String serverName, EncryptionProtectorName encryptionProtectorName, Context context)
Revalidates an existing encryption protector.
Parameters:
Returns:
beginRevalidateAsync
public abstract PollerFlux<PollResult<Void>,Void> beginRevalidateAsync(String resourceGroupName, String serverName, EncryptionProtectorName encryptionProtectorName)
Revalidates an existing encryption protector.
Parameters:
Returns:
createOrUpdate
public abstract EncryptionProtectorInner createOrUpdate(String resourceGroupName, String serverName, EncryptionProtectorName encryptionProtectorName, EncryptionProtectorInner parameters)
Updates an existing encryption protector.
Parameters:
Returns:
createOrUpdate
public abstract EncryptionProtectorInner createOrUpdate(String resourceGroupName, String serverName, EncryptionProtectorName encryptionProtectorName, EncryptionProtectorInner parameters, Context context)
Updates an existing encryption protector.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono<EncryptionProtectorInner> createOrUpdateAsync(String resourceGroupName, String serverName, EncryptionProtectorName encryptionProtectorName, EncryptionProtectorInner parameters)
Updates an existing encryption protector.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String serverName, EncryptionProtectorName encryptionProtectorName, EncryptionProtectorInner parameters)
Updates an existing encryption protector.
Parameters:
Returns:
get
public abstract EncryptionProtectorInner get(String resourceGroupName, String serverName, EncryptionProtectorName encryptionProtectorName)
Gets a server encryption protector.
Parameters:
Returns:
getAsync
public abstract Mono<EncryptionProtectorInner> getAsync(String resourceGroupName, String serverName, EncryptionProtectorName encryptionProtectorName)
Gets a server encryption protector.
Parameters:
Returns:
getWithResponse
public abstract Response<EncryptionProtectorInner> getWithResponse(String resourceGroupName, String serverName, EncryptionProtectorName encryptionProtectorName, Context context)
Gets a server encryption protector.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono<Response<EncryptionProtectorInner>> getWithResponseAsync(String resourceGroupName, String serverName, EncryptionProtectorName encryptionProtectorName)
Gets a server encryption protector.
Parameters:
Returns:
listByServer
public abstract PagedIterable<EncryptionProtectorInner> listByServer(String resourceGroupName, String serverName)
Gets a list of server encryption protectors.
Parameters:
Returns:
listByServer
public abstract PagedIterable<EncryptionProtectorInner> listByServer(String resourceGroupName, String serverName, Context context)
Gets a list of server encryption protectors.
Parameters:
Returns:
listByServerAsync
public abstract PagedFlux<EncryptionProtectorInner> listByServerAsync(String resourceGroupName, String serverName)
Gets a list of server encryption protectors.
Parameters:
Returns:
revalidate
public abstract void revalidate(String resourceGroupName, String serverName, EncryptionProtectorName encryptionProtectorName)
Revalidates an existing encryption protector.
Parameters:
revalidate
public abstract void revalidate(String resourceGroupName, String serverName, EncryptionProtectorName encryptionProtectorName, Context context)
Revalidates an existing encryption protector.
Parameters:
revalidateAsync
public abstract Mono<Void> revalidateAsync(String resourceGroupName, String serverName, EncryptionProtectorName encryptionProtectorName)
Revalidates an existing encryption protector.
Parameters:
Returns:
revalidateWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> revalidateWithResponseAsync(String resourceGroupName, String serverName, EncryptionProtectorName encryptionProtectorName)
Revalidates an existing encryption protector.
Parameters:
Returns: