< Back

Get-vRANetworkProfileIPAddressList

Sat Jan 18, 2020 9:57 pm

NAME Get-vRANetworkProfileIPAddressList



SYNOPSIS

Get a list of IP addresses available within the network profile





SYNTAX

Get-vRANetworkProfileIPAddressList [-NetworkProfileId] <String> [[-Limit] <Int32>] [[-Page] <Int32>]

[<CommonParameters>]





DESCRIPTION

Get a list of IP addresses available within the network profile





PARAMETERS

-NetworkProfileId <String>

The id of the network profile



Required? true

Position? 1

Default value

Accept pipeline input? true (ByPropertyName)

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? 2

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? 3

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 -Name EXT-01 | Get-vRANetworkProfileIPAddressList













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



PS C:\\>Get-vRAExternalNetworkProfile -Name EXT-01 | Get-vRANetworkProfileIPAddressList -Limit 10 -Page 1















RELATED LINKS