StorageQueueResource.Update(StorageQueueData, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new queue with the specified queue name, under the specified account.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/queueServices/default/queues/{queueName}
- Operation Id: Queue_Update
- Default Api Version: 2023-05-01
- Resource: StorageQueueResource
public virtual Azure.Response<Azure.ResourceManager.Storage.StorageQueueResource> Update (Azure.ResourceManager.Storage.StorageQueueData data, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.ResourceManager.Storage.StorageQueueData * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Storage.StorageQueueResource>
override this.Update : Azure.ResourceManager.Storage.StorageQueueData * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Storage.StorageQueueResource>
Public Overridable Function Update (data As StorageQueueData, Optional cancellationToken As CancellationToken = Nothing) As Response(Of StorageQueueResource)
Parameters
- data
- StorageQueueData
Queue properties and metadata to be created with.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
data
is null.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET