EncryptionScopesClient Interface
public interface EncryptionScopesClient
An instance of this class provides access to all the operations defined in EncryptionScopesClient.
Method Summary
Method Details
get
public abstract EncryptionScopeInner get(String resourceGroupName, String accountName, String encryptionScopeName)
Returns the properties for the specified encryption scope.
Parameters:
Returns:
getAsync
public abstract Mono
Returns the properties for the specified encryption scope.
Parameters:
Returns:
getWithResponse
public abstract Response
Returns the properties for the specified encryption scope.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Returns the properties for the specified encryption scope.
Parameters:
Returns:
list
public abstract PagedIterable
Lists all the encryption scopes available under the specified storage account.
Parameters:
Returns:
list
public abstract PagedIterable
Lists all the encryption scopes available under the specified storage account.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Lists all the encryption scopes available under the specified storage account.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Lists all the encryption scopes available under the specified storage account.
Parameters:
Returns:
patch
public abstract EncryptionScopeInner patch(String resourceGroupName, String accountName, String encryptionScopeName, EncryptionScopeInner encryptionScope)
Update encryption scope properties as specified in the request body. Update fails if the specified encryption scope does not already exist.
Parameters:
Returns:
patchAsync
public abstract Mono
Update encryption scope properties as specified in the request body. Update fails if the specified encryption scope does not already exist.
Parameters:
Returns:
patchWithResponse
public abstract Response
Update encryption scope properties as specified in the request body. Update fails if the specified encryption scope does not already exist.
Parameters:
Returns:
patchWithResponseAsync
public abstract Mono
Update encryption scope properties as specified in the request body. Update fails if the specified encryption scope does not already exist.
Parameters:
Returns:
put
public abstract EncryptionScopeInner put(String resourceGroupName, String accountName, String encryptionScopeName, EncryptionScopeInner 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.
Parameters:
Returns:
putAsync
public abstract Mono
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.
Parameters:
Returns:
putWithResponse
public abstract Response
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.
Parameters:
Returns:
putWithResponseAsync
public abstract Mono
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.
Parameters:
Returns:
Applies to
Azure SDK for Java