AshLabs.Azure.AutoScaling
1.0.0
dotnet add package AshLabs.Azure.AutoScaling --version 1.0.0
NuGet\Install-Package AshLabs.Azure.AutoScaling -Version 1.0.0
<PackageReference Include="AshLabs.Azure.AutoScaling" Version="1.0.0" />
paket add AshLabs.Azure.AutoScaling --version 1.0.0
#r "nuget: AshLabs.Azure.AutoScaling, 1.0.0"
// Install AshLabs.Azure.AutoScaling as a Cake Addin #addin nuget:?package=AshLabs.Azure.AutoScaling&version=1.0.0 // Install AshLabs.Azure.AutoScaling as a Cake Tool #tool nuget:?package=AshLabs.Azure.AutoScaling&version=1.0.0
Custom operand to be used with Enterprise Library 5.0 - Autoscaling Application Block to capture total number of messages across subscriptions associated with a specific topic
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- EnterpriseLibrary.WindowsAzure.Autoscaling (>= 5.0.1118.2)
- WindowsAzure.ServiceBus (>= 1.7.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 2,203 | 6/28/2012 |
Sample rule file included.
Usage:
<rules xmlns="https://schemas.microsoft.com/practices/2011/entlib/autoscaling/rules">
<operands>
<myns:topicMessageCount alias="MessageCount"
topicName="messagetopic"
aggregate="Last"
timespan="00:05:00"
issuerName="owner"
issuerSecret="--insert key here--"
serviceNamespace="--insert namespace here--"
xmlns:myns="http://schemas.ashlabs.com/2012/autoscaling" />
</operands>