public interface EncryptionScopesClient
| Modifier and Type | Method and Description |
|---|---|
EncryptionScopeInner |
get(String resourceGroupName,
String accountName,
String encryptionScopeName)
Returns the properties for the specified encryption scope.
|
Mono<EncryptionScopeInner> |
getAsync(String resourceGroupName,
String accountName,
String encryptionScopeName)
Returns the properties for the specified encryption scope.
|
com.azure.core.http.rest.Response<EncryptionScopeInner> |
getWithResponse(String resourceGroupName,
String accountName,
String encryptionScopeName,
com.azure.core.util.Context context)
Returns the properties for the specified encryption scope.
|
Mono<com.azure.core.http.rest.Response<EncryptionScopeInner>> |
getWithResponseAsync(String resourceGroupName,
String accountName,
String encryptionScopeName)
Returns the properties for the specified encryption scope.
|
com.azure.core.http.rest.PagedIterable<EncryptionScopeInner> |
list(String resourceGroupName,
String accountName)
Lists all the encryption scopes available under the specified storage account.
|
com.azure.core.http.rest.PagedIterable<EncryptionScopeInner> |
list(String resourceGroupName,
String accountName,
com.azure.core.util.Context context)
Lists all the encryption scopes available under the specified storage account.
|
com.azure.core.http.rest.PagedFlux<EncryptionScopeInner> |
listAsync(String resourceGroupName,
String accountName)
Lists all the encryption scopes available under the specified storage account.
|
EncryptionScopeInner |
patch(String resourceGroupName,
String accountName,
String encryptionScopeName,
EncryptionScopeInner encryptionScope)
Update encryption scope properties as specified in the request body.
|
Mono<EncryptionScopeInner> |
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> |
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>> |
patchWithResponseAsync(String resourceGroupName,
String accountName,
String encryptionScopeName,
EncryptionScopeInner encryptionScope)
Update encryption scope properties as specified in the request body.
|
EncryptionScopeInner |
put(String resourceGroupName,
String accountName,
String encryptionScopeName,
EncryptionScopeInner encryptionScope)
Synchronously creates or updates an encryption scope under the specified storage account.
|
Mono<EncryptionScopeInner> |
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> |
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>> |
putWithResponseAsync(String resourceGroupName,
String accountName,
String encryptionScopeName,
EncryptionScopeInner encryptionScope)
Synchronously creates or updates an encryption scope under the specified storage account.
|
Mono<com.azure.core.http.rest.Response<EncryptionScopeInner>> putWithResponseAsync(String resourceGroupName, String accountName, String encryptionScopeName, EncryptionScopeInner encryptionScope)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.encryptionScopeName - The name of the encryption scope within the specified storage account. Encryption
scope names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-)
only. Every dash (-) character must be immediately preceded and followed by a letter or number.encryptionScope - Encryption scope properties to be used for the create or update.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<EncryptionScopeInner> putAsync(String resourceGroupName, String accountName, String encryptionScopeName, EncryptionScopeInner encryptionScope)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.encryptionScopeName - The name of the encryption scope within the specified storage account. Encryption
scope names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-)
only. Every dash (-) character must be immediately preceded and followed by a letter or number.encryptionScope - Encryption scope properties to be used for the create or update.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.EncryptionScopeInner put(String resourceGroupName, String accountName, String encryptionScopeName, EncryptionScopeInner encryptionScope)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.encryptionScopeName - The name of the encryption scope within the specified storage account. Encryption
scope names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-)
only. Every dash (-) character must be immediately preceded and followed by a letter or number.encryptionScope - Encryption scope properties to be used for the create or update.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<EncryptionScopeInner> putWithResponse(String resourceGroupName, String accountName, String encryptionScopeName, EncryptionScopeInner encryptionScope, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.encryptionScopeName - The name of the encryption scope within the specified storage account. Encryption
scope names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-)
only. Every dash (-) character must be immediately preceded and followed by a letter or number.encryptionScope - Encryption scope properties to be used for the create or update.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<EncryptionScopeInner>> patchWithResponseAsync(String resourceGroupName, String accountName, String encryptionScopeName, EncryptionScopeInner encryptionScope)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.encryptionScopeName - The name of the encryption scope within the specified storage account. Encryption
scope names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-)
only. Every dash (-) character must be immediately preceded and followed by a letter or number.encryptionScope - Encryption scope properties to be used for the update.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<EncryptionScopeInner> patchAsync(String resourceGroupName, String accountName, String encryptionScopeName, EncryptionScopeInner encryptionScope)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.encryptionScopeName - The name of the encryption scope within the specified storage account. Encryption
scope names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-)
only. Every dash (-) character must be immediately preceded and followed by a letter or number.encryptionScope - Encryption scope properties to be used for the update.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.EncryptionScopeInner patch(String resourceGroupName, String accountName, String encryptionScopeName, EncryptionScopeInner encryptionScope)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.encryptionScopeName - The name of the encryption scope within the specified storage account. Encryption
scope names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-)
only. Every dash (-) character must be immediately preceded and followed by a letter or number.encryptionScope - Encryption scope properties to be used for the update.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<EncryptionScopeInner> patchWithResponse(String resourceGroupName, String accountName, String encryptionScopeName, EncryptionScopeInner encryptionScope, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.encryptionScopeName - The name of the encryption scope within the specified storage account. Encryption
scope names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-)
only. Every dash (-) character must be immediately preceded and followed by a letter or number.encryptionScope - Encryption scope properties to be used for the update.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<EncryptionScopeInner>> getWithResponseAsync(String resourceGroupName, String accountName, String encryptionScopeName)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.encryptionScopeName - The name of the encryption scope within the specified storage account. Encryption
scope names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-)
only. Every dash (-) character must be immediately preceded and followed by a letter or number.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<EncryptionScopeInner> getAsync(String resourceGroupName, String accountName, String encryptionScopeName)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.encryptionScopeName - The name of the encryption scope within the specified storage account. Encryption
scope names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-)
only. Every dash (-) character must be immediately preceded and followed by a letter or number.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.EncryptionScopeInner get(String resourceGroupName, String accountName, String encryptionScopeName)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.encryptionScopeName - The name of the encryption scope within the specified storage account. Encryption
scope names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-)
only. Every dash (-) character must be immediately preceded and followed by a letter or number.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<EncryptionScopeInner> getWithResponse(String resourceGroupName, String accountName, String encryptionScopeName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.encryptionScopeName - The name of the encryption scope within the specified storage account. Encryption
scope names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-)
only. Every dash (-) character must be immediately preceded and followed by a letter or number.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<EncryptionScopeInner> listAsync(String resourceGroupName, String accountName)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<EncryptionScopeInner> list(String resourceGroupName, String accountName)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<EncryptionScopeInner> list(String resourceGroupName, String accountName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Copyright © 2021 Microsoft Corporation. All rights reserved.