Свойство | Type | Description | |
---|---|---|---|
ExecuteCmdlet | void | ||
ListQueuesByName | IEnumerable |
||
ListQueuesByPrefix | IEnumerable |
||
WriteQueueWithCount | void |
Méthode | Description | |
---|---|---|
GetAzureStorageQueueCommand ( ) : Commands.Common.Storage.ResourceModel |
Initializes a new instance of the GetAzureStorageQueueCommand class.
|
|
GetAzureStorageQueueCommand ( IStorageQueueManagement channel ) : Commands.Common.Storage.ResourceModel |
Initializes a new instance of the GetAzureStorageQueueCommand class.
|
Méthode | Description | |
---|---|---|
ExecuteCmdlet ( ) : void | ||
ListQueuesByName ( string name ) : IEnumerable |
list azure queues by name
|
|
ListQueuesByPrefix ( string prefix ) : IEnumerable |
list azure queues by prefix
|
|
WriteQueueWithCount ( IEnumerable |
write azure queue with message count
|
public GetAzureStorageQueueCommand ( ) : Commands.Common.Storage.ResourceModel | ||
Résultat | Commands.Common.Storage.ResourceModel |
public GetAzureStorageQueueCommand ( IStorageQueueManagement channel ) : Commands.Common.Storage.ResourceModel | ||
channel | IStorageQueueManagement | IStorageQueueManagement channel |
Résultat | Commands.Common.Storage.ResourceModel |