BlobInventoryPoliciesClient Interface

public interface BlobInventoryPoliciesClient

An instance of this class provides access to all the operations defined in BlobInventoryPoliciesClient.

Method Summary

Modifier and Type Method and Description
abstract BlobInventoryPolicyInner createOrUpdate(String resourceGroupName, String accountName, BlobInventoryPolicyName blobInventoryPolicyName, BlobInventoryPolicyInner properties)

Sets the blob inventory policy to the specified storage account.

abstract Mono<BlobInventoryPolicyInner> createOrUpdateAsync(String resourceGroupName, String accountName, BlobInventoryPolicyName blobInventoryPolicyName, BlobInventoryPolicyInner properties)

Sets the blob inventory policy to the specified storage account.

abstract Response<BlobInventoryPolicyInner> createOrUpdateWithResponse(String resourceGroupName, String accountName, BlobInventoryPolicyName blobInventoryPolicyName, BlobInventoryPolicyInner properties, Context context)

Sets the blob inventory policy to the specified storage account.

abstract Mono<Response<BlobInventoryPolicyInner>> createOrUpdateWithResponseAsync(String resourceGroupName, String accountName, BlobInventoryPolicyName blobInventoryPolicyName, BlobInventoryPolicyInner properties)

Sets the blob inventory policy to the specified storage account.

abstract void delete(String resourceGroupName, String accountName, BlobInventoryPolicyName blobInventoryPolicyName)

Deletes the blob inventory policy associated with the specified storage account.

abstract Mono<Void> deleteAsync(String resourceGroupName, String accountName, BlobInventoryPolicyName blobInventoryPolicyName)

Deletes the blob inventory policy associated with the specified storage account.

abstract Response<Void> deleteWithResponse(String resourceGroupName, String accountName, BlobInventoryPolicyName blobInventoryPolicyName, Context context)

Deletes the blob inventory policy associated with the specified storage account.

abstract Mono<Response<Void>> deleteWithResponseAsync(String resourceGroupName, String accountName, BlobInventoryPolicyName blobInventoryPolicyName)

Deletes the blob inventory policy associated with the specified storage account.

abstract BlobInventoryPolicyInner get(String resourceGroupName, String accountName, BlobInventoryPolicyName blobInventoryPolicyName)

Gets the blob inventory policy associated with the specified storage account.

abstract Mono<BlobInventoryPolicyInner> getAsync(String resourceGroupName, String accountName, BlobInventoryPolicyName blobInventoryPolicyName)

Gets the blob inventory policy associated with the specified storage account.

abstract Response<BlobInventoryPolicyInner> getWithResponse(String resourceGroupName, String accountName, BlobInventoryPolicyName blobInventoryPolicyName, Context context)

Gets the blob inventory policy associated with the specified storage account.

abstract Mono<Response<BlobInventoryPolicyInner>> getWithResponseAsync(String resourceGroupName, String accountName, BlobInventoryPolicyName blobInventoryPolicyName)

Gets the blob inventory policy associated with the specified storage account.

abstract PagedIterable<BlobInventoryPolicyInner> list(String resourceGroupName, String accountName)

Gets the blob inventory policy associated with the specified storage account.

abstract PagedIterable<BlobInventoryPolicyInner> list(String resourceGroupName, String accountName, Context context)

Gets the blob inventory policy associated with the specified storage account.

abstract PagedFlux<BlobInventoryPolicyInner> listAsync(String resourceGroupName, String accountName)

Gets the blob inventory policy associated with the specified storage account.

Method Details

createOrUpdate

public abstract BlobInventoryPolicyInner createOrUpdate(String resourceGroupName, String accountName, BlobInventoryPolicyName blobInventoryPolicyName, BlobInventoryPolicyInner properties)

Sets the blob inventory policy to the specified storage account.

Parameters:

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'.
properties - The blob inventory policy set to a storage account.

Returns:

the storage account blob inventory policy.

createOrUpdateAsync

public abstract Mono createOrUpdateAsync(String resourceGroupName, String accountName, BlobInventoryPolicyName blobInventoryPolicyName, BlobInventoryPolicyInner properties)

Sets the blob inventory policy to the specified storage account.

Parameters:

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'.
properties - The blob inventory policy set to a storage account.

Returns:

the storage account blob inventory policy on successful completion of Mono.

createOrUpdateWithResponse

public abstract Response createOrUpdateWithResponse(String resourceGroupName, String accountName, BlobInventoryPolicyName blobInventoryPolicyName, BlobInventoryPolicyInner properties, Context context)

Sets the blob inventory policy to the specified storage account.

Parameters:

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'.
properties - The blob inventory policy set to a storage account.
context - The context to associate with this operation.

Returns:

the storage account blob inventory policy along with Response<T>.

createOrUpdateWithResponseAsync

public abstract Mono> createOrUpdateWithResponseAsync(String resourceGroupName, String accountName, BlobInventoryPolicyName blobInventoryPolicyName, BlobInventoryPolicyInner properties)

Sets the blob inventory policy to the specified storage account.

Parameters:

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'.
properties - The blob inventory policy set to a storage account.

Returns:

the storage account blob inventory policy along with Response<T> on successful completion of Mono.

delete

public abstract void delete(String resourceGroupName, String accountName, BlobInventoryPolicyName blobInventoryPolicyName)

Deletes the blob inventory policy associated with the specified storage account.

Parameters:

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'.

deleteAsync

public abstract Mono deleteAsync(String resourceGroupName, String accountName, BlobInventoryPolicyName blobInventoryPolicyName)

Deletes the blob inventory policy associated with the specified storage account.

Parameters:

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'.

Returns:

A Mono that completes when a successful response is received.

deleteWithResponse

public abstract Response deleteWithResponse(String resourceGroupName, String accountName, BlobInventoryPolicyName blobInventoryPolicyName, Context context)

Deletes the blob inventory policy associated with the specified storage account.

Parameters:

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.

Returns:

deleteWithResponseAsync

public abstract Mono> deleteWithResponseAsync(String resourceGroupName, String accountName, BlobInventoryPolicyName blobInventoryPolicyName)

Deletes the blob inventory policy associated with the specified storage account.

Parameters:

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'.

Returns:

the Response<T> on successful completion of Mono.

get

public abstract BlobInventoryPolicyInner get(String resourceGroupName, String accountName, BlobInventoryPolicyName blobInventoryPolicyName)

Gets the blob inventory policy associated with the specified storage account.

Parameters:

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'.

Returns:

the blob inventory policy associated with the specified storage account.

getAsync

public abstract Mono getAsync(String resourceGroupName, String accountName, BlobInventoryPolicyName blobInventoryPolicyName)

Gets the blob inventory policy associated with the specified storage account.

Parameters:

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'.

Returns:

the blob inventory policy associated with the specified storage account on successful completion of Mono.

getWithResponse

public abstract Response getWithResponse(String resourceGroupName, String accountName, BlobInventoryPolicyName blobInventoryPolicyName, Context context)

Gets the blob inventory policy associated with the specified storage account.

Parameters:

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.

Returns:

the blob inventory policy associated with the specified storage account along with Response<T>.

getWithResponseAsync

public abstract Mono> getWithResponseAsync(String resourceGroupName, String accountName, BlobInventoryPolicyName blobInventoryPolicyName)

Gets the blob inventory policy associated with the specified storage account.

Parameters:

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'.

Returns:

the blob inventory policy associated with the specified storage account along with Response<T> on successful completion of Mono.

list

public abstract PagedIterable list(String resourceGroupName, String accountName)

Gets the blob inventory policy associated with the specified storage account.

Parameters:

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.

Returns:

the blob inventory policy associated with the specified storage account as paginated response with PagedIterable<T>.

list

public abstract PagedIterable list(String resourceGroupName, String accountName, Context context)

Gets the blob inventory policy associated with the specified storage account.

Parameters:

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.

Returns:

the blob inventory policy associated with the specified storage account as paginated response with PagedIterable<T>.

listAsync

public abstract PagedFlux listAsync(String resourceGroupName, String accountName)

Gets the blob inventory policy associated with the specified storage account.

Parameters:

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.

Returns:

the blob inventory policy associated with the specified storage account as paginated response with PagedFlux<T>.

Applies to