Load balancer activation
New-CloudletLoadBalancerActivation
Synopsis
Activate a load balancing version.
Syntax
New-CloudletLoadBalancerActivation [-OriginID] <String> [-Network] <String> [-Version] <String> [-Async] [-DryRun] [[-EdgeRCFile] <String>] [[-Section] <String>] [[-AccountSwitchKey] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Description
Activates the selected load balancing version. The -Version
parameter is an integer or the word latest
. You can also add the -DryRun
parameter to simulate the request without activating.
Parameters
‑AccountSwitchKey |
An account credential key that lets you move between accounts when using an API client enabled for multiple accounts. To find account switch keys, use Get-AccountSwitchKey. |
‑Async |
Include this switch for policy activations on multiple properties to reduce API response time and let the policy activation continue asynchronously in the background. |
‑DryRun |
If you include this switch, the operation validates the configuration, but doesn't activate the load balancing version. |
‑EdgeRCFile |
Your EdgeGrid resource file to authenticate your command. Defaults to |
‑Network Required |
Returns only activations for the selected network, either |
‑OriginID Required |
Your origin's ID. |
‑Section |
The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to |
‑Version Required |
Version number. Can be an integer or the word |
Related Links
Updated 20 days ago