Bulk-versioned property

Get-BulkVersionedProperty

Synopsis

Get bulk-versioned properties.

Syntax

Get-BulkVersionedProperty [-BulkCreateID] <String> [-GroupId <String>] [-ContractId <String>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

Gets all the new property versions that result from the New-BulkVersion request. After the bulkCreateVersionsStatus is COMPLETE, use new version numbers along with the search paths from the New-BulkSearch operation to update them with the New-BulkPatch operation.

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.

‑BulkCreateID
Required

The bulk-versioning 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 -GroupID. This parameter is optional except for the create requests.

‑EdgeRCFile

Your EdgeGrid resource file to authenticate your command. Defaults to ~/.edgerc.

‑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 -ContractID. This parameter is optional except for the create requests.

‑Section

The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to default.

Related Links