IEncryptionScopesOperations 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.
EncryptionScopesOperations operations.
public interface IEncryptionScopesOperations
type IEncryptionScopesOperations = interface
Public Interface IEncryptionScopesOperations
Methods
GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Returns the properties for the specified encryption scope. |
ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Lists all the encryption scopes available under the specified storage account. |
ListWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Lists all the encryption scopes available under the specified storage account. |
PatchWithHttpMessagesAsync(String, String, String, EncryptionScope, Dictionary<String,List<String>>, CancellationToken) |
Update encryption scope properties as specified in the request body. Update fails if the specified encryption scope does not already exist. |
PutWithHttpMessagesAsync(String, String, String, EncryptionScope, Dictionary<String,List<String>>, CancellationToken) |
Synchronously creates or updates an encryption scope under the specified storage account. If an encryption scope is already created and a subsequent request is issued with different properties, the encryption scope properties will be updated per the specified request. |
Extension Methods
Get(IEncryptionScopesOperations, String, String, String) |
Returns the properties for the specified encryption scope. |
GetAsync(IEncryptionScopesOperations, String, String, String, CancellationToken) |
Returns the properties for the specified encryption scope. |
List(IEncryptionScopesOperations, String, String) |
Lists all the encryption scopes available under the specified storage account. |
ListAsync(IEncryptionScopesOperations, String, String, CancellationToken) |
Lists all the encryption scopes available under the specified storage account. |
ListNext(IEncryptionScopesOperations, String) |
Lists all the encryption scopes available under the specified storage account. |
ListNextAsync(IEncryptionScopesOperations, String, CancellationToken) |
Lists all the encryption scopes available under the specified storage account. |
Patch(IEncryptionScopesOperations, String, String, String, EncryptionScope) |
Update encryption scope properties as specified in the request body. Update fails if the specified encryption scope does not already exist. |
PatchAsync(IEncryptionScopesOperations, String, String, String, EncryptionScope, CancellationToken) |
Update encryption scope properties as specified in the request body. Update fails if the specified encryption scope does not already exist. |
Put(IEncryptionScopesOperations, String, String, String, EncryptionScope) |
Synchronously creates or updates an encryption scope under the specified storage account. If an encryption scope is already created and a subsequent request is issued with different properties, the encryption scope properties will be updated per the specified request. |
PutAsync(IEncryptionScopesOperations, String, String, String, EncryptionScope, CancellationToken) |
Synchronously creates or updates an encryption scope under the specified storage account. If an encryption scope is already created and a subsequent request is issued with different properties, the encryption scope properties will be updated per the specified request. |
Applies to
Azure SDK for .NET