PSAzureQueue
0.3.2
This PowerShell module enables interaction with the Microsoft Azure Storage Queue service, beyond what's provided in the core Azure.Storage PowerShell module.
For example, you can put messages onto a queue, retrieve messages, and delete messages.
You can use the functions in this PowerShell module to write distributed applications that process data asynchron
For example, you can put messages onto a queue, retrieve messages, and delete messages.
You can use the functions in this PowerShell module to write distributed applications that process data asynchron
This PowerShell module enables interaction with the Microsoft Azure Storage Queue service, beyond what's provided in the core Azure.Storage PowerShell module.
For example, you can put messages onto a queue, retrieve messages, and delete messages.
You can use the functions in this PowerShell module to write distributed applications that process data asynchronously, using Azure Storage Queues.
To authenticate to an Azure Storage Queue, you'll need to specify a Storage Account Name and a Storage Account Key. As of right now, Shared Access Signature (SAS) Tokens are not supported for authentication, but may be supported in a future version.
Get-AzureStorageQueueInfo - This command enables you to retrieve the number of messages on a queue.
New-AzureStorageQueueMessage - This command enables you to place a new message onto an Azure Storage Queue.
Get-AzureStorageQueueMessage - This command enables you to retrieve a message from an Azure Storage Queue.
Remove-AzureStorageQueueMessage - This command enables you to remove a message from an Azure Storage Queue.
Show more
For example, you can put messages onto a queue, retrieve messages, and delete messages.
You can use the functions in this PowerShell module to write distributed applications that process data asynchronously, using Azure Storage Queues.
To authenticate to an Azure Storage Queue, you'll need to specify a Storage Account Name and a Storage Account Key. As of right now, Shared Access Signature (SAS) Tokens are not supported for authentication, but may be supported in a future version.
Get-AzureStorageQueueInfo - This command enables you to retrieve the number of messages on a queue.
New-AzureStorageQueueMessage - This command enables you to place a new message onto an Azure Storage Queue.
Get-AzureStorageQueueMessage - This command enables you to retrieve a message from an Azure Storage Queue.
Remove-AzureStorageQueueMessage - This command enables you to remove a message from an Azure Storage Queue.
Minimum PowerShell version
5.0
Installation Options
Owners
Copyright
(c) 2016 Trevor Sullivan. All rights reserved.
Package Details
Author(s)
- Trevor Sullivan <trevor@trevorsullivan.net>
Tags
Azure Microsoft Cloud Queue Storage
Cmdlets
Get-AzureStorageQueueMessage Get-AzureStorageQueueInfo New-AzureStorageQueueMessage Remove-AzureStorageQueueMessage
Dependencies
This module has no dependencies.
FileList
- PSAzureQueue.nuspec
- Microsoft.Azure.KeyVault.Core.dll
- Microsoft.Azure.KeyVault.Core.xml
- Microsoft.Data.Edm.dll
- Microsoft.Data.Edm.xml
- Microsoft.Data.OData.dll
- Microsoft.Data.OData.xml
- Microsoft.Data.Services.Client.dll
- Microsoft.Data.Services.Client.xml
- Microsoft.WindowsAzure.Storage.dll
- Microsoft.WindowsAzure.Storage.pdb
- Microsoft.WindowsAzure.Storage.xml
- Newtonsoft.Json.dll
- Newtonsoft.Json.xml
- PSAzureQueue.dll
- PSAzureQueue.pdb
- PSAzureQueue.psd1
- Publish-Module.ps1
- System.Management.Automation.dll
- System.Spatial.dll
- System.Spatial.xml
- de\Microsoft.Data.Edm.resources.dll
- de\Microsoft.Data.OData.resources.dll
- de\Microsoft.Data.Services.Client.resources.dll
- de\System.Spatial.resources.dll
- es\Microsoft.Data.Edm.resources.dll
- es\Microsoft.Data.OData.resources.dll
- es\Microsoft.Data.Services.Client.resources.dll
- es\System.Spatial.resources.dll
- fr\Microsoft.Data.Edm.resources.dll
- fr\Microsoft.Data.OData.resources.dll
- fr\Microsoft.Data.Services.Client.resources.dll
- fr\System.Spatial.resources.dll
- it\Microsoft.Data.Edm.resources.dll
- it\Microsoft.Data.OData.resources.dll
- it\Microsoft.Data.Services.Client.resources.dll
- it\System.Spatial.resources.dll
- ja\Microsoft.Data.Edm.resources.dll
- ja\Microsoft.Data.OData.resources.dll
- ja\Microsoft.Data.Services.Client.resources.dll
- ja\System.Spatial.resources.dll
- ko\Microsoft.Data.Edm.resources.dll
- ko\Microsoft.Data.OData.resources.dll
- ko\Microsoft.Data.Services.Client.resources.dll
- ko\System.Spatial.resources.dll
- ru\Microsoft.Data.Edm.resources.dll
- ru\Microsoft.Data.OData.resources.dll
- ru\Microsoft.Data.Services.Client.resources.dll
- ru\System.Spatial.resources.dll
- Samples\Example 01.ps1
- zh-Hans\Microsoft.Data.Edm.resources.dll
- zh-Hans\Microsoft.Data.OData.resources.dll
- zh-Hans\Microsoft.Data.Services.Client.resources.dll
- zh-Hans\System.Spatial.resources.dll
- zh-Hant\Microsoft.Data.Edm.resources.dll
- zh-Hant\Microsoft.Data.OData.resources.dll
- zh-Hant\Microsoft.Data.Services.Client.resources.dll
- zh-Hant\System.Spatial.resources.dll
Version History
Version | Downloads | Last updated |
---|---|---|
0.3.2 (current version) | 1,615 | 3/31/2016 |
0.3.1 | 22 | 3/31/2016 |
0.3.0 | 24 | 3/31/2016 |