New-AzFirewallPublicIpAddress
This is the placeholder for the Ip Address that can be used for multi pip on azure firewall.
Syntax
Default (Default)
New-AzFirewallPublicIpAddress
[-Address <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
This is the placeholder for the Ip Address that can be used for multi pip on azure firewall.
Examples
Example 1
$publicIp = New-AzFirewallPublicIpAddress -Address 20.2.3.4
$publicIp will be the placeholder for the ip address 20.2.3.4
Parameters
-Address
The IP Addresses of the Firewall attached to a hub
Parameter properties
| Type: | String |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
(All)
| Position: | Named |
| Mandatory: | False |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
-DefaultProfile
The credentials, account, tenant, and subscription used for communication with Azure.
Parameter properties
| Type: | IAzureContextContainer |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
| Aliases: | AzContext, AzureRmContext, AzureCredential |
Parameter sets
(All)
| Position: | Named |
| Mandatory: | False |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.