IManagedInstanceEncryptionProtectorsOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET