StorageTaskAssignmentsClient Interface

public interface StorageTaskAssignmentsClient

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

Method Summary

Modifier and Type Method and Description
abstract SyncPoller<PollResult<StorageTaskAssignmentInner>,StorageTaskAssignmentInner> beginCreate(String resourceGroupName, String accountName, String storageTaskAssignmentName, StorageTaskAssignmentInner parameters)

Asynchronously creates a new storage task assignment sub-resource with the specified parameters.

abstract SyncPoller<PollResult<StorageTaskAssignmentInner>,StorageTaskAssignmentInner> beginCreate(String resourceGroupName, String accountName, String storageTaskAssignmentName, StorageTaskAssignmentInner parameters, Context context)

Asynchronously creates a new storage task assignment sub-resource with the specified parameters.

abstract PollerFlux<PollResult<StorageTaskAssignmentInner>,StorageTaskAssignmentInner> beginCreateAsync(String resourceGroupName, String accountName, String storageTaskAssignmentName, StorageTaskAssignmentInner parameters)

Asynchronously creates a new storage task assignment sub-resource with the specified parameters.

abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String accountName, String storageTaskAssignmentName)

Delete the storage task assignment sub-resource.

abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String accountName, String storageTaskAssignmentName, Context context)

Delete the storage task assignment sub-resource.

abstract PollerFlux<PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String accountName, String storageTaskAssignmentName)

Delete the storage task assignment sub-resource.

abstract SyncPoller<PollResult<StorageTaskAssignmentInner>,StorageTaskAssignmentInner> beginUpdate(String resourceGroupName, String accountName, String storageTaskAssignmentName, StorageTaskAssignmentUpdateParameters parameters)

Update storage task assignment properties.

abstract SyncPoller<PollResult<StorageTaskAssignmentInner>,StorageTaskAssignmentInner> beginUpdate(String resourceGroupName, String accountName, String storageTaskAssignmentName, StorageTaskAssignmentUpdateParameters parameters, Context context)

Update storage task assignment properties.

abstract PollerFlux<PollResult<StorageTaskAssignmentInner>,StorageTaskAssignmentInner> beginUpdateAsync(String resourceGroupName, String accountName, String storageTaskAssignmentName, StorageTaskAssignmentUpdateParameters parameters)

Update storage task assignment properties.

abstract StorageTaskAssignmentInner create(String resourceGroupName, String accountName, String storageTaskAssignmentName, StorageTaskAssignmentInner parameters)

Asynchronously creates a new storage task assignment sub-resource with the specified parameters.

abstract StorageTaskAssignmentInner create(String resourceGroupName, String accountName, String storageTaskAssignmentName, StorageTaskAssignmentInner parameters, Context context)

Asynchronously creates a new storage task assignment sub-resource with the specified parameters.

abstract Mono<StorageTaskAssignmentInner> createAsync(String resourceGroupName, String accountName, String storageTaskAssignmentName, StorageTaskAssignmentInner parameters)

Asynchronously creates a new storage task assignment sub-resource with the specified parameters.

abstract Mono<Response<Flux<ByteBuffer>>> createWithResponseAsync(String resourceGroupName, String accountName, String storageTaskAssignmentName, StorageTaskAssignmentInner parameters)

Asynchronously creates a new storage task assignment sub-resource with the specified parameters.

abstract void delete(String resourceGroupName, String accountName, String storageTaskAssignmentName)

Delete the storage task assignment sub-resource.

abstract void delete(String resourceGroupName, String accountName, String storageTaskAssignmentName, Context context)

Delete the storage task assignment sub-resource.

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

Delete the storage task assignment sub-resource.

abstract Mono<Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String accountName, String storageTaskAssignmentName)

Delete the storage task assignment sub-resource.

abstract StorageTaskAssignmentInner get(String resourceGroupName, String accountName, String storageTaskAssignmentName)

Get the storage task assignment properties.

abstract Mono<StorageTaskAssignmentInner> getAsync(String resourceGroupName, String accountName, String storageTaskAssignmentName)

Get the storage task assignment properties.

abstract Response<StorageTaskAssignmentInner> getWithResponse(String resourceGroupName, String accountName, String storageTaskAssignmentName, Context context)

Get the storage task assignment properties.

abstract Mono<Response<StorageTaskAssignmentInner>> getWithResponseAsync(String resourceGroupName, String accountName, String storageTaskAssignmentName)

Get the storage task assignment properties.

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

List all the storage task assignments in an account.

abstract PagedIterable<StorageTaskAssignmentInner> list(String resourceGroupName, String accountName, Integer maxpagesize, Context context)

List all the storage task assignments in an account.

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

List all the storage task assignments in an account.

abstract PagedFlux<StorageTaskAssignmentInner> listAsync(String resourceGroupName, String accountName, Integer maxpagesize)

List all the storage task assignments in an account.

abstract StorageTaskAssignmentInner update(String resourceGroupName, String accountName, String storageTaskAssignmentName, StorageTaskAssignmentUpdateParameters parameters)

Update storage task assignment properties.

abstract StorageTaskAssignmentInner update(String resourceGroupName, String accountName, String storageTaskAssignmentName, StorageTaskAssignmentUpdateParameters parameters, Context context)

Update storage task assignment properties.

abstract Mono<StorageTaskAssignmentInner> updateAsync(String resourceGroupName, String accountName, String storageTaskAssignmentName, StorageTaskAssignmentUpdateParameters parameters)

Update storage task assignment properties.

abstract Mono<Response<Flux<ByteBuffer>>> updateWithResponseAsync(String resourceGroupName, String accountName, String storageTaskAssignmentName, StorageTaskAssignmentUpdateParameters parameters)

Update storage task assignment properties.

Method Details

beginCreate

public abstract SyncPoller,StorageTaskAssignmentInner> beginCreate(String resourceGroupName, String accountName, String storageTaskAssignmentName, StorageTaskAssignmentInner parameters)

Asynchronously creates a new storage task assignment sub-resource with the specified parameters. If a storage task assignment is already created and a subsequent create request is issued with different properties, the storage task assignment properties will be updated. If a storage task assignment is already created and a subsequent create or update request is issued with the exact same set of properties, the request will succeed.

Parameters:

resourceGroupName - The name of the resource group. 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.
storageTaskAssignmentName - The name of the storage task assignment within the specified resource group. Storage task assignment names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
parameters - The parameters to create a Storage Task Assignment.

Returns:

the SyncPoller<T,U> for polling of the storage task assignment.

beginCreate

public abstract SyncPoller,StorageTaskAssignmentInner> beginCreate(String resourceGroupName, String accountName, String storageTaskAssignmentName, StorageTaskAssignmentInner parameters, Context context)

Asynchronously creates a new storage task assignment sub-resource with the specified parameters. If a storage task assignment is already created and a subsequent create request is issued with different properties, the storage task assignment properties will be updated. If a storage task assignment is already created and a subsequent create or update request is issued with the exact same set of properties, the request will succeed.

Parameters:

resourceGroupName - The name of the resource group. 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.
storageTaskAssignmentName - The name of the storage task assignment within the specified resource group. Storage task assignment names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
parameters - The parameters to create a Storage Task Assignment.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of the storage task assignment.

beginCreateAsync

public abstract PollerFlux,StorageTaskAssignmentInner> beginCreateAsync(String resourceGroupName, String accountName, String storageTaskAssignmentName, StorageTaskAssignmentInner parameters)

Asynchronously creates a new storage task assignment sub-resource with the specified parameters. If a storage task assignment is already created and a subsequent create request is issued with different properties, the storage task assignment properties will be updated. If a storage task assignment is already created and a subsequent create or update request is issued with the exact same set of properties, the request will succeed.

Parameters:

resourceGroupName - The name of the resource group. 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.
storageTaskAssignmentName - The name of the storage task assignment within the specified resource group. Storage task assignment names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
parameters - The parameters to create a Storage Task Assignment.

Returns:

the PollerFlux<T,U> for polling of the storage task assignment.

beginDelete

public abstract SyncPoller,Void> beginDelete(String resourceGroupName, String accountName, String storageTaskAssignmentName)

Delete the storage task assignment sub-resource.

Parameters:

resourceGroupName - The name of the resource group. 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.
storageTaskAssignmentName - The name of the storage task assignment within the specified resource group. Storage task assignment names must be between 3 and 24 characters in length and use numbers and lower-case letters only.

Returns:

the SyncPoller<T,U> for polling of long-running operation.

beginDelete

public abstract SyncPoller,Void> beginDelete(String resourceGroupName, String accountName, String storageTaskAssignmentName, Context context)

Delete the storage task assignment sub-resource.

Parameters:

resourceGroupName - The name of the resource group. 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.
storageTaskAssignmentName - The name of the storage task assignment within the specified resource group. Storage task assignment 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 SyncPoller<T,U> for polling of long-running operation.

beginDeleteAsync

public abstract PollerFlux,Void> beginDeleteAsync(String resourceGroupName, String accountName, String storageTaskAssignmentName)

Delete the storage task assignment sub-resource.

Parameters:

resourceGroupName - The name of the resource group. 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.
storageTaskAssignmentName - The name of the storage task assignment within the specified resource group. Storage task assignment names must be between 3 and 24 characters in length and use numbers and lower-case letters only.

Returns:

the PollerFlux<T,U> for polling of long-running operation.

beginUpdate

public abstract SyncPoller,StorageTaskAssignmentInner> beginUpdate(String resourceGroupName, String accountName, String storageTaskAssignmentName, StorageTaskAssignmentUpdateParameters parameters)

Update storage task assignment properties.

Parameters:

resourceGroupName - The name of the resource group. 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.
storageTaskAssignmentName - The name of the storage task assignment within the specified resource group. Storage task assignment names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
parameters - The parameters to update a Storage Task Assignment.

Returns:

the SyncPoller<T,U> for polling of the storage task assignment.

beginUpdate

public abstract SyncPoller,StorageTaskAssignmentInner> beginUpdate(String resourceGroupName, String accountName, String storageTaskAssignmentName, StorageTaskAssignmentUpdateParameters parameters, Context context)

Update storage task assignment properties.

Parameters:

resourceGroupName - The name of the resource group. 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.
storageTaskAssignmentName - The name of the storage task assignment within the specified resource group. Storage task assignment names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
parameters - The parameters to update a Storage Task Assignment.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of the storage task assignment.

beginUpdateAsync

public abstract PollerFlux,StorageTaskAssignmentInner> beginUpdateAsync(String resourceGroupName, String accountName, String storageTaskAssignmentName, StorageTaskAssignmentUpdateParameters parameters)

Update storage task assignment properties.

Parameters:

resourceGroupName - The name of the resource group. 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.
storageTaskAssignmentName - The name of the storage task assignment within the specified resource group. Storage task assignment names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
parameters - The parameters to update a Storage Task Assignment.

Returns:

the PollerFlux<T,U> for polling of the storage task assignment.

create

public abstract StorageTaskAssignmentInner create(String resourceGroupName, String accountName, String storageTaskAssignmentName, StorageTaskAssignmentInner parameters)

Asynchronously creates a new storage task assignment sub-resource with the specified parameters. If a storage task assignment is already created and a subsequent create request is issued with different properties, the storage task assignment properties will be updated. If a storage task assignment is already created and a subsequent create or update request is issued with the exact same set of properties, the request will succeed.

Parameters:

resourceGroupName - The name of the resource group. 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.
storageTaskAssignmentName - The name of the storage task assignment within the specified resource group. Storage task assignment names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
parameters - The parameters to create a Storage Task Assignment.

Returns:

the storage task assignment.

create

public abstract StorageTaskAssignmentInner create(String resourceGroupName, String accountName, String storageTaskAssignmentName, StorageTaskAssignmentInner parameters, Context context)

Asynchronously creates a new storage task assignment sub-resource with the specified parameters. If a storage task assignment is already created and a subsequent create request is issued with different properties, the storage task assignment properties will be updated. If a storage task assignment is already created and a subsequent create or update request is issued with the exact same set of properties, the request will succeed.

Parameters:

resourceGroupName - The name of the resource group. 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.
storageTaskAssignmentName - The name of the storage task assignment within the specified resource group. Storage task assignment names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
parameters - The parameters to create a Storage Task Assignment.
context - The context to associate with this operation.

Returns:

the storage task assignment.

createAsync

public abstract Mono createAsync(String resourceGroupName, String accountName, String storageTaskAssignmentName, StorageTaskAssignmentInner parameters)

Asynchronously creates a new storage task assignment sub-resource with the specified parameters. If a storage task assignment is already created and a subsequent create request is issued with different properties, the storage task assignment properties will be updated. If a storage task assignment is already created and a subsequent create or update request is issued with the exact same set of properties, the request will succeed.

Parameters:

resourceGroupName - The name of the resource group. 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.
storageTaskAssignmentName - The name of the storage task assignment within the specified resource group. Storage task assignment names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
parameters - The parameters to create a Storage Task Assignment.

Returns:

the storage task assignment on successful completion of Mono.

createWithResponseAsync

public abstract Mono>> createWithResponseAsync(String resourceGroupName, String accountName, String storageTaskAssignmentName, StorageTaskAssignmentInner parameters)

Asynchronously creates a new storage task assignment sub-resource with the specified parameters. If a storage task assignment is already created and a subsequent create request is issued with different properties, the storage task assignment properties will be updated. If a storage task assignment is already created and a subsequent create or update request is issued with the exact same set of properties, the request will succeed.

Parameters:

resourceGroupName - The name of the resource group. 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.
storageTaskAssignmentName - The name of the storage task assignment within the specified resource group. Storage task assignment names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
parameters - The parameters to create a Storage Task Assignment.

Returns:

the storage task assignment along with Response<T> on successful completion of Mono.

delete

public abstract void delete(String resourceGroupName, String accountName, String storageTaskAssignmentName)

Delete the storage task assignment sub-resource.

Parameters:

resourceGroupName - The name of the resource group. 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.
storageTaskAssignmentName - The name of the storage task assignment within the specified resource group. Storage task assignment names must be between 3 and 24 characters in length and use numbers and lower-case letters only.

delete

public abstract void delete(String resourceGroupName, String accountName, String storageTaskAssignmentName, Context context)

Delete the storage task assignment sub-resource.

Parameters:

resourceGroupName - The name of the resource group. 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.
storageTaskAssignmentName - The name of the storage task assignment within the specified resource group. Storage task assignment 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.

deleteAsync

public abstract Mono deleteAsync(String resourceGroupName, String accountName, String storageTaskAssignmentName)

Delete the storage task assignment sub-resource.

Parameters:

resourceGroupName - The name of the resource group. 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.
storageTaskAssignmentName - The name of the storage task assignment within the specified resource group. Storage task assignment names must be between 3 and 24 characters in length and use numbers and lower-case letters only.

Returns:

A Mono that completes when a successful response is received.

deleteWithResponseAsync

public abstract Mono>> deleteWithResponseAsync(String resourceGroupName, String accountName, String storageTaskAssignmentName)

Delete the storage task assignment sub-resource.

Parameters:

resourceGroupName - The name of the resource group. 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.
storageTaskAssignmentName - The name of the storage task assignment within the specified resource group. Storage task assignment names must be between 3 and 24 characters in length and use numbers and lower-case letters only.

Returns:

the Response<T> on successful completion of Mono.

get

public abstract StorageTaskAssignmentInner get(String resourceGroupName, String accountName, String storageTaskAssignmentName)

Get the storage task assignment properties.

Parameters:

resourceGroupName - The name of the resource group. 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.
storageTaskAssignmentName - The name of the storage task assignment within the specified resource group. Storage task assignment names must be between 3 and 24 characters in length and use numbers and lower-case letters only.

Returns:

the storage task assignment properties.

getAsync

public abstract Mono getAsync(String resourceGroupName, String accountName, String storageTaskAssignmentName)

Get the storage task assignment properties.

Parameters:

resourceGroupName - The name of the resource group. 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.
storageTaskAssignmentName - The name of the storage task assignment within the specified resource group. Storage task assignment names must be between 3 and 24 characters in length and use numbers and lower-case letters only.

Returns:

the storage task assignment properties on successful completion of Mono.

getWithResponse

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

Get the storage task assignment properties.

Parameters:

resourceGroupName - The name of the resource group. 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.
storageTaskAssignmentName - The name of the storage task assignment within the specified resource group. Storage task assignment 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 storage task assignment properties along with Response<T>.

getWithResponseAsync

public abstract Mono> getWithResponseAsync(String resourceGroupName, String accountName, String storageTaskAssignmentName)

Get the storage task assignment properties.

Parameters:

resourceGroupName - The name of the resource group. 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.
storageTaskAssignmentName - The name of the storage task assignment within the specified resource group. Storage task assignment names must be between 3 and 24 characters in length and use numbers and lower-case letters only.

Returns:

the storage task assignment properties along with Response<T> on successful completion of Mono.

list

public abstract PagedIterable list(String resourceGroupName, String accountName)

List all the storage task assignments in an account.

Parameters:

resourceGroupName - The name of the resource group. 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:

list of storage task assignments for the storage account as paginated response with PagedIterable<T>.

list

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

List all the storage task assignments in an account.

Parameters:

resourceGroupName - The name of the resource group. 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.
maxpagesize - Optional, specifies the maximum number of storage task assignment Ids to be included in the list response.
context - The context to associate with this operation.

Returns:

list of storage task assignments for the storage account as paginated response with PagedIterable<T>.

listAsync

public abstract PagedFlux listAsync(String resourceGroupName, String accountName)

List all the storage task assignments in an account.

Parameters:

resourceGroupName - The name of the resource group. 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:

list of storage task assignments for the storage account as paginated response with PagedFlux<T>.

listAsync

public abstract PagedFlux listAsync(String resourceGroupName, String accountName, Integer maxpagesize)

List all the storage task assignments in an account.

Parameters:

resourceGroupName - The name of the resource group. 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.
maxpagesize - Optional, specifies the maximum number of storage task assignment Ids to be included in the list response.

Returns:

list of storage task assignments for the storage account as paginated response with PagedFlux<T>.

update

public abstract StorageTaskAssignmentInner update(String resourceGroupName, String accountName, String storageTaskAssignmentName, StorageTaskAssignmentUpdateParameters parameters)

Update storage task assignment properties.

Parameters:

resourceGroupName - The name of the resource group. 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.
storageTaskAssignmentName - The name of the storage task assignment within the specified resource group. Storage task assignment names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
parameters - The parameters to update a Storage Task Assignment.

Returns:

the storage task assignment.

update

public abstract StorageTaskAssignmentInner update(String resourceGroupName, String accountName, String storageTaskAssignmentName, StorageTaskAssignmentUpdateParameters parameters, Context context)

Update storage task assignment properties.

Parameters:

resourceGroupName - The name of the resource group. 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.
storageTaskAssignmentName - The name of the storage task assignment within the specified resource group. Storage task assignment names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
parameters - The parameters to update a Storage Task Assignment.
context - The context to associate with this operation.

Returns:

the storage task assignment.

updateAsync

public abstract Mono updateAsync(String resourceGroupName, String accountName, String storageTaskAssignmentName, StorageTaskAssignmentUpdateParameters parameters)

Update storage task assignment properties.

Parameters:

resourceGroupName - The name of the resource group. 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.
storageTaskAssignmentName - The name of the storage task assignment within the specified resource group. Storage task assignment names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
parameters - The parameters to update a Storage Task Assignment.

Returns:

the storage task assignment on successful completion of Mono.

updateWithResponseAsync

public abstract Mono>> updateWithResponseAsync(String resourceGroupName, String accountName, String storageTaskAssignmentName, StorageTaskAssignmentUpdateParameters parameters)

Update storage task assignment properties.

Parameters:

resourceGroupName - The name of the resource group. 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.
storageTaskAssignmentName - The name of the storage task assignment within the specified resource group. Storage task assignment names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
parameters - The parameters to update a Storage Task Assignment.

Returns:

the storage task assignment along with Response<T> on successful completion of Mono.

Applies to