Share via


StorageQueueManagement.FetchAttributes Method

Definition

Overloads

FetchAttributes(CloudQueue, QueueRequestOptions, OperationContext)

Fetch queue attributes

FetchAttributes(CloudQueue, QueueRequestOptions, OperationContext)

FetchAttributes(CloudQueue, QueueRequestOptions, OperationContext)

Fetch queue attributes

public void FetchAttributes (Microsoft.Azure.Storage.Queue.CloudQueue queue, Microsoft.Azure.Storage.Queue.QueueRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext);
abstract member FetchAttributes : Microsoft.Azure.Storage.Queue.CloudQueue * Microsoft.Azure.Storage.Queue.QueueRequestOptions * Microsoft.Azure.Storage.OperationContext -> unit
override this.FetchAttributes : Microsoft.Azure.Storage.Queue.CloudQueue * Microsoft.Azure.Storage.Queue.QueueRequestOptions * Microsoft.Azure.Storage.OperationContext -> unit
Public Sub FetchAttributes (queue As CloudQueue, options As QueueRequestOptions, operationContext As OperationContext)

Parameters

queue
CloudQueue

Cloud queue object

options
QueueRequestOptions

Queue request options

operationContext
OperationContext

Operation context

Implements

Applies to

FetchAttributes(CloudQueue, QueueRequestOptions, OperationContext)

public void FetchAttributes (Microsoft.WindowsAzure.Storage.Queue.CloudQueue queue, Microsoft.WindowsAzure.Storage.Queue.QueueRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext);
abstract member FetchAttributes : Microsoft.WindowsAzure.Storage.Queue.CloudQueue * Microsoft.WindowsAzure.Storage.Queue.QueueRequestOptions * Microsoft.WindowsAzure.Storage.OperationContext -> unit
override this.FetchAttributes : Microsoft.WindowsAzure.Storage.Queue.CloudQueue * Microsoft.WindowsAzure.Storage.Queue.QueueRequestOptions * Microsoft.WindowsAzure.Storage.OperationContext -> unit
Public Sub FetchAttributes (queue As CloudQueue, options As QueueRequestOptions, operationContext As OperationContext)

Parameters

queue
CloudQueue
operationContext
OperationContext

Implements

Applies to