Contracts
Get-EdnsContracts
Synopsis
Get contracts.
Syntax
Get-EdnsContracts [[-GroupID] <Int32>] [[-EdgeRCFile] <String>] [[-Section] <String>] [[-AccountSwitchKey] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Description
Gets the contracts accessible to you. Each Contract
object includes the list of features and permissions that are available to you on that contract. This function is similar to the Get-Contracts
operation but is included here to give you an option of limiting your API client to just the Edge DNS API.
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. |
‑EdgeRCFile |
Your EdgeGrid resource file to authenticate your command. Defaults to |
‑GroupID |
Your group's ID. |
‑Section |
The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to |
Related Links
Updated 11 days ago