New-AzurePublicIpAddress

New-AzurePublicIpAddress

Creates a public IP address.

Syntax

Parameter Set: Default
New-AzurePublicIpAddress -AllocationMethod <String> {Dynamic | Static} -ResourceGroupName <String> [-DomainNameLabel <String> ] [-Force] [-IdleTimeoutInMinutes <Int32> ] [-Location <String> ] [-Name <String> ] [-Profile <AzureProfile> ] [-ReverseFqdn <System.String> ] [-Tag <Hashtable[]> ] [ <CommonParameters>]

Detailed Description

The New-AzurePublicIpAddress cmdlet creates a public IP address.

Parameters

-AllocationMethod<String>

Specifies the method with which to allocate the public IP address. The acceptable values for this parameter are:Static or Dynamic.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

true(ByPropertyName)

Accept Wildcard Characters?

false

-DomainNameLabel<String>

Specifies the relative DNS name for a public IP address.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

true(ByPropertyName)

Accept Wildcard Characters?

false

-Force

Forces the command to run without asking for user confirmation.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-IdleTimeoutInMinutes<Int32>

Specifies the idle time-out, in minutes.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

true(ByPropertyName)

Accept Wildcard Characters?

false

-Location<String>

Specifies the region in which to create a public IP address.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

true(ByPropertyName)

Accept Wildcard Characters?

false

-Name<String>

Specifies the name of the public IP address to create.

Aliases

ResourceName

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

true(ByPropertyName)

Accept Wildcard Characters?

false

-Profile<AzureProfile>

Specifies an Azure profile.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-ResourceGroupName<String>

Specifies the name of the resource group in which to create a public IP address.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

true(ByPropertyName)

Accept Wildcard Characters?

false

-ReverseFqdn<System.String>

Specifies a reverse fully qualified domain name (FQDN).

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

true(ByPropertyName)

Accept Wildcard Characters?

false

-Tag<Hashtable[]>

Specifies a dictionary of tags to associate with a public IP address.

Aliases

none

Required?

false

Position?

named

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.

Get-AzurePublicIpAddress

Remove-AzurePublicIpAddress

Set-AzurePublicIpAddress