< Back

Get-vRANATNetworkProfile

Sat Jan 18, 2020 9:57 pm

NAME Get-vRANATNetworkProfile



SYNOPSIS

Get vRA NAT network profiles





SYNTAX

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



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



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





DESCRIPTION

Get vRA NAT network profiles





PARAMETERS

-Id <String[]>

The id of the NAT network profile



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Name <String[]>

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













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



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













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



PS C:\\>Get-vRANATNetworkProfile















RELATED LINKS