Click or drag to resize
AutoScaleServiceExtensions Methods
This API is preliminary and subject to change.

The AutoScaleServiceExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateGroup Obsolete.
Create a new scaling group.
Public methodStatic memberCreatePolicy Obsolete.
Create a new scaling policy for a scaling group.
Public methodStatic memberCreateWebhook Obsolete.
Create a webhook capable of anonymously executing a scaling policy.
Public methodStatic memberCreateWebhookRange Obsolete.
Create a collection of webhooks capable of anonymously executing a scaling policy.
Public methodStatic memberDeleteGroup Obsolete.
Remove and delete a scaling group.
Public methodStatic memberDeletePolicy Obsolete.
Remove and delete a scaling policy.
Public methodStatic memberDeleteWebhook Obsolete.
Remove and delete a webhook associated with a scaling policy.
Public methodStatic memberExecutePolicy Obsolete.
Execute a scaling policy.
Public methodStatic memberGetGroup Obsolete.
Get detailed information about a scaling group.
Public methodStatic memberGetGroupConfiguration Obsolete.
Get the group configuration for a scaling group.
Public methodStatic memberGetGroupState Obsolete.
Get information about the current state of a scaling group.
Public methodStatic memberGetLaunchConfiguration Obsolete.
Get the launch configuration for a scaling group.
Public methodStatic memberGetPolicy Obsolete.
Get detailed information about a scaling policy.
Public methodStatic memberGetWebhook Obsolete.
Get detailed information about a webhook associated with a scaling policy.
Public methodStatic memberListPolicies Obsolete.
Gets a collection of scaling policies for a scaling group.
Public methodStatic memberListScalingGroups Obsolete.
Gets a collection of scaling groups.
Public methodStatic memberListWebhooks Obsolete.
Gets a collection of webhooks which trigger the execution of a particular scaling policy.
Public methodStatic memberPauseGroup Obsolete.
Suspend the execution of scaling policies for a scaling group.
Public methodStatic memberResumeGroup Obsolete.
Resume the execution of scaling policies for a scaling group.
Public methodStatic memberSetGroupConfiguration Obsolete.
Set the group configuration for a scaling group.
Public methodStatic memberSetLaunchConfiguration Obsolete.
Set the launch configuration for a scaling group.
Public methodStatic memberSetPolicy Obsolete.
Replace the configuration for a scaling policy.
Public methodStatic memberUpdateWebhook Obsolete.
Update the configuration for a webhook.
Top
See Also