IManagedInstanceEncryptionProtectorsOperations Interface

Definition

ManagedInstanceEncryptionProtectorsOperations operations.

public interface IManagedInstanceEncryptionProtectorsOperations
type IManagedInstanceEncryptionProtectorsOperations = interface
Public Interface IManagedInstanceEncryptionProtectorsOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, ManagedInstanceEncryptionProtectorInner, Dictionary<String,List<String>>, CancellationToken)

Updates an existing encryption protector.

CreateOrUpdateWithHttpMessagesAsync(String, String, ManagedInstanceEncryptionProtectorInner, Dictionary<String,List<String>>, CancellationToken)

Updates an existing encryption protector.

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Gets a managed instance encryption protector.

ListByInstanceNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Gets a list of managed instance encryption protectors

ListByInstanceWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Gets a list of managed instance encryption protectors

Extension Methods

BeginCreateOrUpdateAsync(IManagedInstanceEncryptionProtectorsOperations, String, String, ManagedInstanceEncryptionProtectorInner, CancellationToken)

Updates an existing encryption protector.

CreateOrUpdateAsync(IManagedInstanceEncryptionProtectorsOperations, String, String, ManagedInstanceEncryptionProtectorInner, CancellationToken)

Updates an existing encryption protector.

GetAsync(IManagedInstanceEncryptionProtectorsOperations, String, String, CancellationToken)

Gets a managed instance encryption protector.

ListByInstanceAsync(IManagedInstanceEncryptionProtectorsOperations, String, String, CancellationToken)

Gets a list of managed instance encryption protectors

ListByInstanceNextAsync(IManagedInstanceEncryptionProtectorsOperations, String, CancellationToken)

Gets a list of managed instance encryption protectors

Applies to