Bulk-patched property
Get-BulkPatchedProperty
Synopsis
Get bulk-patched properties.
Syntax
Get-BulkPatchedProperty [-BulkPatchID] <String> [-GroupId <String>] [-ContractId <String>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Description
Gets all the modified property versions that result from the New-BulkPatch
operation. Once the overall bulkPatchStatus
is COMPLETE
, you can feed all successfully updated property versions whose status
is UPDATED
into a subsequent operation, that is, New-BulkActivation
.
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. |
‑BulkPatchID Required |
The bulk patch 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 8 days ago