Skip to content

Get-vRACloudAccount

SYNOPSIS

Get a vRA Cloud Account.

SYNTAX

Standard (Default)

Get-vRACloudAccount [-Type <String>] [<CommonParameters>]

ById

Get-vRACloudAccount -Id <String[]> [-Type <String>] [<CommonParameters>]

ByName

Get-vRACloudAccount -Name <String[]> [-Type <String>] [<CommonParameters>]

DESCRIPTION

Get a vRA Cloud Account.

EXAMPLES

EXAMPLE 1

Get-vRACloudAccount

EXAMPLE 2

Get-vRACloudAccount -Id d6f8b87ba95ab675597c97eefdd9c

EXAMPLE 3

Get-vRACloudAccount -Name vSphere_test

EXAMPLE 4

Get-vRACloudAccount -Type vSphere

PARAMETERS

-Id

The id of the Cloud Account

Type: String[]
Parameter Sets: ById
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False

-Name

The name of the Cloud Account

Type: String[]
Parameter Sets: ByName
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Type

Cloud Account Type, e.g. vSphere, Azure, AWS, GCP etc

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

System.String

OUTPUTS

System.Management.Automation.PSObject

NOTES