Skip to main content

queue

Overview

Namequeue
TypeResource
Idazure.storage.queue

Fields

NameDatatypeDescription
idstringFully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
namestringThe name of the resource
propertiesobject
typestringThe type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Methods

NameAccessible byRequired ParamsDescription
getSELECTaccountName, queueName, resourceGroupName, subscriptionIdGets the queue with the specified queue name, under the specified account if it exists.
listSELECTaccountName, resourceGroupName, subscriptionIdGets a list of all the queues under the specified storage account
createINSERTaccountName, queueName, resourceGroupName, subscriptionIdCreates a new queue with the specified queue name, under the specified account.
deleteDELETEaccountName, queueName, resourceGroupName, subscriptionIdDeletes the queue with the specified queue name, under the specified account if it exists.
_listEXECaccountName, resourceGroupName, subscriptionIdGets a list of all the queues under the specified storage account
updateEXECaccountName, queueName, resourceGroupName, subscriptionIdCreates a new queue with the specified queue name, under the specified account.