Skip to content

Get-vRAvSphereFabricNetwork

SYNOPSIS

Retrieve vRA vSphere Fabric Network(s) depending on input

SYNTAX

Standard (Default)

Get-vRAvSphereFabricNetwork [-CloudAccountName <String[]>] [-CloudAccountId <String[]>] [<CommonParameters>]

ById

Get-vRAvSphereFabricNetwork -Id <String[]> [-CloudAccountName <String[]>] [-CloudAccountId <String[]>]
 [<CommonParameters>]

ByName

Get-vRAvSphereFabricNetwork -Name <String[]> [-CloudAccountName <String[]>] [-CloudAccountId <String[]>]
 [<CommonParameters>]

DESCRIPTION

Retrieve a list of vRA vSphere Fabric Networks or a single network depending on input

EXAMPLES

EXAMPLE 1

Get-vRAvSphereFrabricNetwork

EXAMPLE 2

Get-vRAvSphereFrabricNetwork -Id 'b1dd48e71d74267559bb930934470'

EXAMPLE 3

Get-vRAvSphereFrabricNetwork -Name 'my-fabric-network'

PARAMETERS

-Id

The ID of the vRA vSphere Fabric Network

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 vRA vSphere Fabric Network

Type: String[]
Parameter Sets: ByName
Aliases:

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

-CloudAccountName

The name of the vRA Cloud account to search for (optional)

Type: String[]
Parameter Sets: (All)
Aliases:

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

-CloudAccountId

The ID of the vRA Cloud Account to search for (optional)

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

OUTPUTS

System.Management.Automation.PSObject.

NOTES