Get-AzureReservedIP

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Get-AzureReservedIP

Get the Reserved IP by its name or lists all the Reserved IPs in the subscription.

Syntax

Parameter Set: Default
Get-AzureReservedIP [[-ReservedIPName] <String> ] [ <CommonParameters>]

Detailed Description

Get the reserved IP by its name or list all of them in the subscription.

Parameters

-ReservedIPName<String>

Reserved IP Name

Aliases

none

Required?

false

Position?

1

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see  about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

Examples

-------------------------- EXAMPLE 1 --------------------------

Description

-----------

List all the reserved IP(s) in this subscription.

C:\PS>Get-AzureReservedIP

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

Description

-----------

Get the reserved IP by the name in this subscription.

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