< Back

Get-AzureReservedIP

Wed Jan 30, 2019 5:44 pm

NAME Get-AzureReservedIP



SYNOPSIS

Gets a reserved IP address by its name or lists all the reserved IP addresses in the subscription.





SYNTAX

Get-AzureReservedIP [[-ReservedIPName] <String>] [-Profile <AzureSMProfile>] [-InformationAction <ActionPreference>] [-InformationVariable <String>]

[<CommonParameters>]





DESCRIPTION

The Get-AzureReservedIP cmdlet gets a reserved IP address by its name or lists all of the reserved IP addresses in the subscription.





PARAMETERS

-ReservedIPName <String>

Specifies the reserved IP name.



Required? false

Position? 0

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-Profile <AzureSMProfile>

Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-InformationAction <ActionPreference>





Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-InformationVariable <String>





Required? false

Position? named

Default value None

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



OUTPUTS



NOTES









-------------------------- Example 1: Get all reserved IP addresses --------------------------



PS C:\\>Get-AzureReservedIP



This command gets all reserved IP addresses.

-------------------------- Example 2: Get a reserved IP address with a specified name --------------------------



PS C:\\>Get-AzureReservedIP -ReservedIPName $IpName



This command gets the reserved IP address that has the name specified by the $IpName variable.



RELATED LINKS

New-AzureReservedIP

Remove-AzureReservedIP