Get-VBRCloudProviderCredentials
Short Description
Returns an array of cloud provider credentials records added to Veeam Backup & Replication.
Applies to
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides parameter sets that allow you to:
- Get an array of cloud provider credential records by the tenant name.
|
Get-VBRCloudProviderCredentials [-Name <string[]>] [<CommonParameters>] |
- Get an array of cloud provider credential records by the credentials records ID.
|
Get-VBRCloudProviderCredentials -Id <guid[]> [<CommonParameters>] |
Detailed Description
This cmdlet returns an array of cloud provider credentials records.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Name |
Specifies the login for cloud provider credentials records. The cmdlet will return credentials records with the specified name. |
String[] |
False |
Named |
False |
|
Id |
Specifies the ID for cloud provider credentials records. The cmdlet will return credentials records with the specified ID. |
GUID[] |
True |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
VBRCloudProviderCredentials
Examples
Example 1. Getting Cloud Provider Credentials by Tenant Name
|
This example shows how to get cloud provider credentials records by the tenant name.
|
Example 2. Getting Cloud Provider Credentials by ID
|
This example shows how to get cloud provider credentials records by the credentials records ID.
|