QueuesClient Interface
public interface QueuesClient
An instance of this class provides access to all the operations defined in QueuesClient.
Method Summary
Method Details
create
public abstract StorageQueueInner create(String resourceGroupName, String accountName, String queueName, StorageQueueInner queue)
Creates a new queue with the specified queue name, under the specified account.
Parameters:
Returns:
createAsync
public abstract Mono
Creates a new queue with the specified queue name, under the specified account.
Parameters:
Returns:
createWithResponse
public abstract Response
Creates a new queue with the specified queue name, under the specified account.
Parameters:
Returns:
createWithResponseAsync
public abstract Mono
Creates a new queue with the specified queue name, under the specified account.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String accountName, String queueName)
Deletes the queue with the specified queue name, under the specified account if it exists.
Parameters:
deleteAsync
public abstract Mono
Deletes the queue with the specified queue name, under the specified account if it exists.
Parameters:
Returns:
deleteWithResponse
public abstract Response
Deletes the queue with the specified queue name, under the specified account if it exists.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
Deletes the queue with the specified queue name, under the specified account if it exists.
Parameters:
Returns:
get
public abstract StorageQueueInner get(String resourceGroupName, String accountName, String queueName)
Gets the queue with the specified queue name, under the specified account if it exists.
Parameters:
Returns:
getAsync
public abstract Mono
Gets the queue with the specified queue name, under the specified account if it exists.
Parameters:
Returns:
getWithResponse
public abstract Response
Gets the queue with the specified queue name, under the specified account if it exists.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Gets the queue with the specified queue name, under the specified account if it exists.
Parameters:
Returns:
list
public abstract PagedIterable
Gets a list of all the queues under the specified storage account.
Parameters:
Returns:
list
public abstract PagedIterable
Gets a list of all the queues under the specified storage account.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Gets a list of all the queues under the specified storage account.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Gets a list of all the queues under the specified storage account.
Parameters:
Returns:
update
public abstract StorageQueueInner update(String resourceGroupName, String accountName, String queueName, StorageQueueInner queue)
Creates a new queue with the specified queue name, under the specified account.
Parameters:
Returns:
updateAsync
public abstract Mono
Creates a new queue with the specified queue name, under the specified account.
Parameters:
Returns:
updateWithResponse
public abstract Response
Creates a new queue with the specified queue name, under the specified account.
Parameters:
Returns:
updateWithResponseAsync
public abstract Mono
Creates a new queue with the specified queue name, under the specified account.
Parameters:
Returns:
Applies to
Azure SDK for Java