Delen via


EncryptionScopesOperationsExtensions Class

Definition

Extension methods for EncryptionScopesOperations.

public static class EncryptionScopesOperationsExtensions
type EncryptionScopesOperationsExtensions = class
Public Module EncryptionScopesOperationsExtensions
Inheritance
EncryptionScopesOperationsExtensions

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