C# 클래스 Microsoft.WindowsAzure.Commands.Storage.Test.Service.MockStorageQueueManagement

Mocked queue management
상속: IStorageQueueManagement
파일 보기 프로젝트 열기: AzureRT/azure-sdk-tools 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
queueList List

공개 메소드들

메소드 설명
CreateQueueIfNotExists ( Microsoft.WindowsAzure.Storage.Queue.CloudQueue queue, Microsoft.WindowsAzure.Storage.Queue.QueueRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext ) : bool

Create an cloud queue on azure if not exists.

DeleteQueue ( Microsoft.WindowsAzure.Storage.Queue.CloudQueue queue, Microsoft.WindowsAzure.Storage.Queue.QueueRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext ) : void

Delete the specified storage queue.

DoesQueueExist ( Microsoft.WindowsAzure.Storage.Queue.CloudQueue queue, Microsoft.WindowsAzure.Storage.Queue.QueueRequestOptions requestOptions, Microsoft.WindowsAzure.Storage.OperationContext operationContext ) : bool

Checks existence of the queue.

FetchAttributes ( Microsoft.WindowsAzure.Storage.Queue.CloudQueue queue, Microsoft.WindowsAzure.Storage.Queue.QueueRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext ) : void

Fetch queue attributes

GetPermissions ( Microsoft.WindowsAzure.Storage.Queue.CloudQueue queue, Microsoft.WindowsAzure.Storage.Queue.QueueRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext ) : Microsoft.WindowsAzure.Storage.Queue.Protocol.QueuePermissions

Get queue permission

GetQueueReference ( string name ) : Microsoft.WindowsAzure.Storage.Queue.CloudQueue

Get queue reference

ListQueues ( string prefix, QueueListingDetails queueListingDetails, Microsoft.WindowsAzure.Storage.Queue.QueueRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext ) : IEnumerable

List storage queues

메소드 상세

CreateQueueIfNotExists() 공개 메소드

Create an cloud queue on azure if not exists.
public CreateQueueIfNotExists ( Microsoft.WindowsAzure.Storage.Queue.CloudQueue queue, Microsoft.WindowsAzure.Storage.Queue.QueueRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext ) : bool
queue Microsoft.WindowsAzure.Storage.Queue.CloudQueue Cloud queue object.
options Microsoft.WindowsAzure.Storage.Queue.QueueRequestOptions Queue request options
operationContext Microsoft.WindowsAzure.Storage.OperationContext Operation context
리턴 bool

DeleteQueue() 공개 메소드

Delete the specified storage queue.
public DeleteQueue ( Microsoft.WindowsAzure.Storage.Queue.CloudQueue queue, Microsoft.WindowsAzure.Storage.Queue.QueueRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext ) : void
queue Microsoft.WindowsAzure.Storage.Queue.CloudQueue Cloud queue object
options Microsoft.WindowsAzure.Storage.Queue.QueueRequestOptions Queue request options
operationContext Microsoft.WindowsAzure.Storage.OperationContext Operation context
리턴 void

DoesQueueExist() 공개 메소드

Checks existence of the queue.
public DoesQueueExist ( Microsoft.WindowsAzure.Storage.Queue.CloudQueue queue, Microsoft.WindowsAzure.Storage.Queue.QueueRequestOptions requestOptions, Microsoft.WindowsAzure.Storage.OperationContext operationContext ) : bool
queue Microsoft.WindowsAzure.Storage.Queue.CloudQueue Cloud queue object
requestOptions Microsoft.WindowsAzure.Storage.Queue.QueueRequestOptions Queue request options
operationContext Microsoft.WindowsAzure.Storage.OperationContext Operation context
리턴 bool

FetchAttributes() 공개 메소드

Fetch queue attributes
public FetchAttributes ( Microsoft.WindowsAzure.Storage.Queue.CloudQueue queue, Microsoft.WindowsAzure.Storage.Queue.QueueRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext ) : void
queue Microsoft.WindowsAzure.Storage.Queue.CloudQueue Cloud queue object
options Microsoft.WindowsAzure.Storage.Queue.QueueRequestOptions Queue request options
operationContext Microsoft.WindowsAzure.Storage.OperationContext Operation context
리턴 void

GetPermissions() 공개 메소드

Get queue permission
public GetPermissions ( Microsoft.WindowsAzure.Storage.Queue.CloudQueue queue, Microsoft.WindowsAzure.Storage.Queue.QueueRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext ) : Microsoft.WindowsAzure.Storage.Queue.Protocol.QueuePermissions
queue Microsoft.WindowsAzure.Storage.Queue.CloudQueue CloudQueue object
options Microsoft.WindowsAzure.Storage.Queue.QueueRequestOptions Queue request options
operationContext Microsoft.WindowsAzure.Storage.OperationContext Operation context
리턴 Microsoft.WindowsAzure.Storage.Queue.Protocol.QueuePermissions

GetQueueReference() 공개 메소드

Get queue reference
public GetQueueReference ( string name ) : Microsoft.WindowsAzure.Storage.Queue.CloudQueue
name string Queue name
리턴 Microsoft.WindowsAzure.Storage.Queue.CloudQueue

ListQueues() 공개 메소드

List storage queues
public ListQueues ( string prefix, QueueListingDetails queueListingDetails, Microsoft.WindowsAzure.Storage.Queue.QueueRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext ) : IEnumerable
prefix string Queue name prefix
queueListingDetails QueueListingDetails Queue listing details
options Microsoft.WindowsAzure.Storage.Queue.QueueRequestOptions Queue request options
operationContext Microsoft.WindowsAzure.Storage.OperationContext Operation context
리턴 IEnumerable

프로퍼티 상세

queueList 공개적으로 프로퍼티

Exists queue lists
public List queueList
리턴 List