Configuration
New-CloudWrapperConfiguration
Synopsis
Create a configuration.
Syntax
New-CloudWrapperConfiguration [-Activate] [-Body] <Object> [[-EdgeRCFile] <String>] [[-Section] <String>] [[-AccountSwitchKey] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Description
Create a Cloud Wrapper configuration, either as a JSON string or PSCustomObject, and optionally activate upon creation with the -Activate
switch.
Verify your capacity by running Get-CloudWrapperCapacity
, and you can work with your account team to include Cloud Wrapper locations and capacity on your contract.
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. |
‑Activate |
When enabled, activates the modified configuration. You can then run |
‑Body Required |
A request body, either as a |
‑EdgeRCFile |
Your EdgeGrid resource file to authenticate your command. Defaults to |
‑Section |
The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to |
Related Links
Updated 20 days ago