< Back
Get-vRANetworkProfileIPRangeSummary
Post
NAME Get-vRANetworkProfileIPRangeSummary
SYNOPSIS
Returns a list of range summaries within the network profile.
SYNTAX
Get-vRANetworkProfileIPRangeSummary [-NetworkProfileId] <String> [[-Limit] <Int32>] [[-Page] <Int32>]
[<CommonParameters>]
DESCRIPTION
Returns a list of range summaries 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-vRANetworkProfileIPRangeSummary
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Get-vRAExternalNetworkProfile -Name EXT-01 | Get-vRANetworkProfileIPRangeSummary -Limit 10 -Page 1
RELATED LINKS
SYNOPSIS
Returns a list of range summaries within the network profile.
SYNTAX
Get-vRANetworkProfileIPRangeSummary [-NetworkProfileId] <String> [[-Limit] <Int32>] [[-Page] <Int32>]
[<CommonParameters>]
DESCRIPTION
Returns a list of range summaries 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-vRANetworkProfileIPRangeSummary
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Get-vRAExternalNetworkProfile -Name EXT-01 | Get-vRANetworkProfileIPRangeSummary -Limit 10 -Page 1
RELATED LINKS