StorageTaskAssignmentsClient Interface
public interface StorageTaskAssignmentsClient
An instance of this class provides access to all the operations defined in StorageTaskAssignmentsClient.
Method Summary
Method Details
beginCreate
public abstract SyncPoller
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:
Returns:
beginCreate
public abstract SyncPoller
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:
Returns:
beginCreateAsync
public abstract PollerFlux
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:
Returns:
beginDelete
public abstract SyncPoller
Delete the storage task assignment sub-resource.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Delete the storage task assignment sub-resource.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux
Delete the storage task assignment sub-resource.
Parameters:
Returns:
beginUpdate
public abstract SyncPoller
Update storage task assignment properties.
Parameters:
Returns:
beginUpdate
public abstract SyncPoller
Update storage task assignment properties.
Parameters:
Returns:
beginUpdateAsync
public abstract PollerFlux
Update storage task assignment properties.
Parameters:
Returns:
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:
Returns:
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:
Returns:
createAsync
public abstract Mono
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:
Returns:
createWithResponseAsync
public abstract Mono
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:
Returns:
delete
public abstract void delete(String resourceGroupName, String accountName, String storageTaskAssignmentName)
Delete the storage task assignment sub-resource.
Parameters:
delete
public abstract void delete(String resourceGroupName, String accountName, String storageTaskAssignmentName, Context context)
Delete the storage task assignment sub-resource.
Parameters:
deleteAsync
public abstract Mono
Delete the storage task assignment sub-resource.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
Delete the storage task assignment sub-resource.
Parameters:
Returns:
get
public abstract StorageTaskAssignmentInner get(String resourceGroupName, String accountName, String storageTaskAssignmentName)
Get the storage task assignment properties.
Parameters:
Returns:
getAsync
public abstract Mono
Get the storage task assignment properties.
Parameters:
Returns:
getWithResponse
public abstract Response
Get the storage task assignment properties.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Get the storage task assignment properties.
Parameters:
Returns:
list
public abstract PagedIterable
List all the storage task assignments in an account.
Parameters:
Returns:
list
public abstract PagedIterable
List all the storage task assignments in an account.
Parameters:
Returns:
listAsync
public abstract PagedFlux
List all the storage task assignments in an account.
Parameters:
Returns:
listAsync
public abstract PagedFlux
List all the storage task assignments in an account.
Parameters:
Returns:
update
public abstract StorageTaskAssignmentInner update(String resourceGroupName, String accountName, String storageTaskAssignmentName, StorageTaskAssignmentUpdateParameters parameters)
Update storage task assignment properties.
Parameters:
Returns:
update
public abstract StorageTaskAssignmentInner update(String resourceGroupName, String accountName, String storageTaskAssignmentName, StorageTaskAssignmentUpdateParameters parameters, Context context)
Update storage task assignment properties.
Parameters:
Returns:
updateAsync
public abstract Mono
Update storage task assignment properties.
Parameters:
Returns:
updateWithResponseAsync
public abstract Mono
Update storage task assignment properties.
Parameters:
Returns:
Applies to
Azure SDK for Java