Configuration
Set-CloudWrapperConfiguration
Synopsis
Update a configuration.
Syntax
Set-CloudWrapperConfiguration -ConfigID <Int32> [-Activate] -Body <Object> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Set-CloudWrapperConfiguration -ConfigID <Int32> [-Deactivate] -Body <Object> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Description
Updates a saved or inactive configuration.
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 |
‑ConfigID Required |
Your Cloud Wrapper configuration's ID. |
‑Deactivate |
When enabled, deactivates the configuration, which is required before it can be deleted. |
‑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 16 days ago