C# 클래스 Microsoft.WindowsAzure.Commands.Storage.Queue.RemoveAzureStorageQueueCommand

상속: StorageQueueBaseCmdlet
파일 보기 프로젝트 열기: Azure/azure-powershell

Private Properties

프로퍼티 타입 설명
ConfirmRemove bool
ExecuteCmdlet void
RemoveAzureQueue bool

공개 메소드들

메소드 설명
RemoveAzureStorageQueueCommand ( ) : Microsoft.WindowsAzure.Commands.Storage.Common

Initializes a new instance of the RemoveAzureStorageQueueCommand class.

RemoveAzureStorageQueueCommand ( IStorageQueueManagement channel ) : Microsoft.WindowsAzure.Commands.Storage.Common

Initializes a new instance of the RemoveAzureStorageQueueCommand class.

비공개 메소드들

메소드 설명
ConfirmRemove ( string message ) : bool

confirm the remove operation

ExecuteCmdlet ( ) : void
RemoveAzureQueue ( string name ) : bool

remove an azure queue

메소드 상세

RemoveAzureStorageQueueCommand() 공개 메소드

Initializes a new instance of the RemoveAzureStorageQueueCommand class.
public RemoveAzureStorageQueueCommand ( ) : Microsoft.WindowsAzure.Commands.Storage.Common
리턴 Microsoft.WindowsAzure.Commands.Storage.Common

RemoveAzureStorageQueueCommand() 공개 메소드

Initializes a new instance of the RemoveAzureStorageQueueCommand class.
public RemoveAzureStorageQueueCommand ( IStorageQueueManagement channel ) : Microsoft.WindowsAzure.Commands.Storage.Common
channel IStorageQueueManagement IStorageQueueManagement channel
리턴 Microsoft.WindowsAzure.Commands.Storage.Common