< Back

Get-vRAExternalNetworkProfile

Sat Jan 18, 2020 9:56 pm

NAME Get-vRAExternalNetworkProfile



SYNOPSIS

Get vRA external network profiles





SYNTAX

Get-vRAExternalNetworkProfile [-Limit <Int32>] [-Page <Int32>] [<CommonParameters>]



Get-vRAExternalNetworkProfile -Id <String[]> [<CommonParameters>]



Get-vRAExternalNetworkProfile -Name <String[]> [<CommonParameters>]





DESCRIPTION

Get vRA external network profiles





PARAMETERS

-Id <String[]>

The id of the external network profile



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Name <String[]>

The name of the external network profile



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Limit <Int32>

The number of entries returned per page from the API. This has a default value of 100.



Required? false

Position? named

Default value 100

Accept pipeline input? false

Accept wildcard characters? false



-Page <Int32>

The page of response to return. By default this is 1.



Required? false

Position? named

Default value 1

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

System.String

System.Int





OUTPUTS

System.Management.Automation.PSObject





-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Get-vRAExternalNetworkProfile -Id 597ff2c1-a35f-4a81-bfd3-ca014













-------------------------- EXAMPLE 2 --------------------------



PS C:\\>Get-vRAExternalNetworkProfile -Name NetworkProfile01













-------------------------- EXAMPLE 3 --------------------------



PS C:\\>Get-vRAExternalNetworkProfile















RELATED LINKS