< Back

Get-vRARoutedNetworkProfile

Sat Jan 18, 2020 9:59 pm

NAME Get-vRARoutedNetworkProfile



SYNOPSIS

Get vRA routed network profiles





SYNTAX

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



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



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





DESCRIPTION

Get vRA routed network profile





PARAMETERS

-Id <String[]>

The id of the routed network profile



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Name <String[]>

The name of the routed 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-vRARoutedNetworkProfile -Id 597ff2c1-a35f-4a81-bfd3-ca014













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



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













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



PS C:\\>Get-vRARoutedNetworkProfile















RELATED LINKS