Bulk activated property
Get-BulkActivatedProperty
Synopsis
Get bulk-activated properties.
Syntax
Get-BulkActivatedProperty [-BulkActivationID] <String> [-GroupId <String>] [-ContractId <String>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Description
Gets all activations that result from the New-BulkActivation
operation. Once the overall bulkActivationStatus
is COMPLETE
, check each activation's activationStatus
to confirm it's ACTIVATED
.
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. |
‑BulkActivationID Required |
The bulk activation job's ID. |
‑ContractId |
Your contract's ID. The parameter is optional if a property belongs to only one contract; otherwise, you need to specify it along with the |
‑EdgeRCFile |
Your EdgeGrid resource file to authenticate your command. Defaults to |
‑GroupId |
Your group's ID. The parameter is optional if a property belongs to only one group, otherwise you need to specify it along with the |
‑Section |
The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to |
Related Links
Updated 3 days ago