public interface BlobInventoryPoliciesClient
| Modifier and Type | Method and Description |
|---|---|
BlobInventoryPolicyInner |
createOrUpdate(String resourceGroupName,
String accountName,
BlobInventoryPolicyName blobInventoryPolicyName)
Sets the blob inventory policy to the specified storage account.
|
Mono<BlobInventoryPolicyInner> |
createOrUpdateAsync(String resourceGroupName,
String accountName,
BlobInventoryPolicyName blobInventoryPolicyName)
Sets the blob inventory policy to the specified storage account.
|
Mono<BlobInventoryPolicyInner> |
createOrUpdateAsync(String resourceGroupName,
String accountName,
BlobInventoryPolicyName blobInventoryPolicyName,
BlobInventoryPolicySchema policy)
Sets the blob inventory policy to the specified storage account.
|
com.azure.core.http.rest.Response<BlobInventoryPolicyInner> |
createOrUpdateWithResponse(String resourceGroupName,
String accountName,
BlobInventoryPolicyName blobInventoryPolicyName,
BlobInventoryPolicySchema policy,
com.azure.core.util.Context context)
Sets the blob inventory policy to the specified storage account.
|
Mono<com.azure.core.http.rest.Response<BlobInventoryPolicyInner>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String accountName,
BlobInventoryPolicyName blobInventoryPolicyName,
BlobInventoryPolicySchema policy)
Sets the blob inventory policy to the specified storage account.
|
void |
delete(String resourceGroupName,
String accountName,
BlobInventoryPolicyName blobInventoryPolicyName)
Deletes the blob inventory policy associated with the specified storage account.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String accountName,
BlobInventoryPolicyName blobInventoryPolicyName)
Deletes the blob inventory policy associated with the specified storage account.
|
com.azure.core.http.rest.Response<Void> |
deleteWithResponse(String resourceGroupName,
String accountName,
BlobInventoryPolicyName blobInventoryPolicyName,
com.azure.core.util.Context context)
Deletes the blob inventory policy associated with the specified storage account.
|
Mono<com.azure.core.http.rest.Response<Void>> |
deleteWithResponseAsync(String resourceGroupName,
String accountName,
BlobInventoryPolicyName blobInventoryPolicyName)
Deletes the blob inventory policy associated with the specified storage account.
|
BlobInventoryPolicyInner |
get(String resourceGroupName,
String accountName,
BlobInventoryPolicyName blobInventoryPolicyName)
Gets the blob inventory policy associated with the specified storage account.
|
Mono<BlobInventoryPolicyInner> |
getAsync(String resourceGroupName,
String accountName,
BlobInventoryPolicyName blobInventoryPolicyName)
Gets the blob inventory policy associated with the specified storage account.
|
com.azure.core.http.rest.Response<BlobInventoryPolicyInner> |
getWithResponse(String resourceGroupName,
String accountName,
BlobInventoryPolicyName blobInventoryPolicyName,
com.azure.core.util.Context context)
Gets the blob inventory policy associated with the specified storage account.
|
Mono<com.azure.core.http.rest.Response<BlobInventoryPolicyInner>> |
getWithResponseAsync(String resourceGroupName,
String accountName,
BlobInventoryPolicyName blobInventoryPolicyName)
Gets the blob inventory policy associated with the specified storage account.
|
com.azure.core.http.rest.PagedIterable<BlobInventoryPolicyInner> |
list(String resourceGroupName,
String accountName)
Gets the blob inventory policy associated with the specified storage account.
|
com.azure.core.http.rest.PagedIterable<BlobInventoryPolicyInner> |
list(String resourceGroupName,
String accountName,
com.azure.core.util.Context context)
Gets the blob inventory policy associated with the specified storage account.
|
com.azure.core.http.rest.PagedFlux<BlobInventoryPolicyInner> |
listAsync(String resourceGroupName,
String accountName)
Gets the blob inventory policy associated with the specified storage account.
|
Mono<com.azure.core.http.rest.Response<BlobInventoryPolicyInner>> getWithResponseAsync(String resourceGroupName, String accountName, BlobInventoryPolicyName blobInventoryPolicyName)
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.blobInventoryPolicyName - The name of the storage account blob inventory policy. It should always be
'default'.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<BlobInventoryPolicyInner> getAsync(String resourceGroupName, String accountName, BlobInventoryPolicyName blobInventoryPolicyName)
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.blobInventoryPolicyName - The name of the storage account blob inventory policy. It should always be
'default'.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.BlobInventoryPolicyInner get(String resourceGroupName, String accountName, BlobInventoryPolicyName blobInventoryPolicyName)
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.blobInventoryPolicyName - The name of the storage account blob inventory policy. It should always be
'default'.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<BlobInventoryPolicyInner> getWithResponse(String resourceGroupName, String accountName, BlobInventoryPolicyName blobInventoryPolicyName, 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.blobInventoryPolicyName - The name of the storage account blob inventory policy. It should always be
'default'.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<BlobInventoryPolicyInner>> createOrUpdateWithResponseAsync(String resourceGroupName, String accountName, BlobInventoryPolicyName blobInventoryPolicyName, BlobInventoryPolicySchema policy)
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.blobInventoryPolicyName - The name of the storage account blob inventory policy. It should always be
'default'.policy - The storage account blob inventory policy object. It is composed of policy rules.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<BlobInventoryPolicyInner> createOrUpdateAsync(String resourceGroupName, String accountName, BlobInventoryPolicyName blobInventoryPolicyName, BlobInventoryPolicySchema policy)
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.blobInventoryPolicyName - The name of the storage account blob inventory policy. It should always be
'default'.policy - The storage account blob inventory policy object. It is composed of policy rules.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<BlobInventoryPolicyInner> createOrUpdateAsync(String resourceGroupName, String accountName, BlobInventoryPolicyName blobInventoryPolicyName)
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.blobInventoryPolicyName - The name of the storage account blob inventory policy. It should always be
'default'.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.BlobInventoryPolicyInner createOrUpdate(String resourceGroupName, String accountName, BlobInventoryPolicyName blobInventoryPolicyName)
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.blobInventoryPolicyName - The name of the storage account blob inventory policy. It should always be
'default'.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<BlobInventoryPolicyInner> createOrUpdateWithResponse(String resourceGroupName, String accountName, BlobInventoryPolicyName blobInventoryPolicyName, BlobInventoryPolicySchema policy, 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.blobInventoryPolicyName - The name of the storage account blob inventory policy. It should always be
'default'.policy - The storage account blob inventory policy object. It is composed of policy rules.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<Void>> deleteWithResponseAsync(String resourceGroupName, String accountName, BlobInventoryPolicyName blobInventoryPolicyName)
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.blobInventoryPolicyName - The name of the storage account blob inventory policy. It should always be
'default'.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<Void> deleteAsync(String resourceGroupName, String accountName, BlobInventoryPolicyName blobInventoryPolicyName)
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.blobInventoryPolicyName - The name of the storage account blob inventory policy. It should always be
'default'.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.void delete(String resourceGroupName, String accountName, BlobInventoryPolicyName blobInventoryPolicyName)
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.blobInventoryPolicyName - The name of the storage account blob inventory policy. It should always be
'default'.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<Void> deleteWithResponse(String resourceGroupName, String accountName, BlobInventoryPolicyName blobInventoryPolicyName, 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.blobInventoryPolicyName - The name of the storage account blob inventory policy. It should always be
'default'.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<BlobInventoryPolicyInner> 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<BlobInventoryPolicyInner> 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<BlobInventoryPolicyInner> 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.