| Package | Description |
|---|---|
| com.azure.resourcemanager.storage.fluent |
Package containing the service clients for StorageManagementClient.
|
| com.azure.resourcemanager.storage.fluent.models |
Package containing the inner data models for StorageManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
EncryptionScopeInner |
EncryptionScopesClient.get(String resourceGroupName,
String accountName,
String encryptionScopeName)
Returns the properties for the specified encryption scope.
|
EncryptionScopeInner |
EncryptionScopesClient.patch(String resourceGroupName,
String accountName,
String encryptionScopeName,
EncryptionScopeInner encryptionScope)
Update encryption scope properties as specified in the request body.
|
EncryptionScopeInner |
EncryptionScopesClient.put(String resourceGroupName,
String accountName,
String encryptionScopeName,
EncryptionScopeInner encryptionScope)
Synchronously creates or updates an encryption scope under the specified storage account.
|
| Modifier and Type | Method and Description |
|---|---|
EncryptionScopeInner |
EncryptionScopesClient.patch(String resourceGroupName,
String accountName,
String encryptionScopeName,
EncryptionScopeInner encryptionScope)
Update encryption scope properties as specified in the request body.
|
Mono<EncryptionScopeInner> |
EncryptionScopesClient.patchAsync(String resourceGroupName,
String accountName,
String encryptionScopeName,
EncryptionScopeInner encryptionScope)
Update encryption scope properties as specified in the request body.
|
com.azure.core.http.rest.Response<EncryptionScopeInner> |
EncryptionScopesClient.patchWithResponse(String resourceGroupName,
String accountName,
String encryptionScopeName,
EncryptionScopeInner encryptionScope,
com.azure.core.util.Context context)
Update encryption scope properties as specified in the request body.
|
Mono<com.azure.core.http.rest.Response<EncryptionScopeInner>> |
EncryptionScopesClient.patchWithResponseAsync(String resourceGroupName,
String accountName,
String encryptionScopeName,
EncryptionScopeInner encryptionScope)
Update encryption scope properties as specified in the request body.
|
EncryptionScopeInner |
EncryptionScopesClient.put(String resourceGroupName,
String accountName,
String encryptionScopeName,
EncryptionScopeInner encryptionScope)
Synchronously creates or updates an encryption scope under the specified storage account.
|
Mono<EncryptionScopeInner> |
EncryptionScopesClient.putAsync(String resourceGroupName,
String accountName,
String encryptionScopeName,
EncryptionScopeInner encryptionScope)
Synchronously creates or updates an encryption scope under the specified storage account.
|
com.azure.core.http.rest.Response<EncryptionScopeInner> |
EncryptionScopesClient.putWithResponse(String resourceGroupName,
String accountName,
String encryptionScopeName,
EncryptionScopeInner encryptionScope,
com.azure.core.util.Context context)
Synchronously creates or updates an encryption scope under the specified storage account.
|
Mono<com.azure.core.http.rest.Response<EncryptionScopeInner>> |
EncryptionScopesClient.putWithResponseAsync(String resourceGroupName,
String accountName,
String encryptionScopeName,
EncryptionScopeInner encryptionScope)
Synchronously creates or updates an encryption scope under the specified storage account.
|
| Modifier and Type | Method and Description |
|---|---|
EncryptionScopeInner |
EncryptionScopeInner.withKeyVaultProperties(EncryptionScopeKeyVaultProperties keyVaultProperties)
Set the keyVaultProperties property: The key vault properties for the encryption scope.
|
EncryptionScopeInner |
EncryptionScopeInner.withRequireInfrastructureEncryption(Boolean requireInfrastructureEncryption)
Set the requireInfrastructureEncryption property: A boolean indicating whether or not the service applies a
secondary layer of encryption with platform managed keys for data at rest.
|
EncryptionScopeInner |
EncryptionScopeInner.withSource(EncryptionScopeSource source)
Set the source property: The provider for the encryption scope.
|
EncryptionScopeInner |
EncryptionScopeInner.withState(EncryptionScopeState state)
Set the state property: The state of the encryption scope.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.