Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
New-AzApplicationGatewayPrivateLinkIpConfiguration
- Module:
- Az.Network Module
Creates an Ip Configuration to be associated with PrivateLink Configuration
Syntax
Default (Default)
New-AzApplicationGatewayPrivateLinkIpConfiguration
-Name <String>
-Subnet <PSSubnet>
[-PrivateIpAddressVersion <String>]
[-PrivateIpAddress <String>]
[-Primary]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
The New-AzApplicationGatewayPrivateLinkIpConfiguration cmdlet creates an Ip Configuration to be associated with PrivateLink Configuration for an Azure application gateway.
Examples
Example 1: PrivateLink Ip Configuration
$PrivateLinkIpConfiguration = New-AzApplicationGatewayPrivateLinkIpConfiguration -Name "ipConfig01" -Subnet $subnet -Primary
This command creates an PrivateLink IP Configuration named 'ipConfig01' stores the result in the variable named $PrivateLinkIpConfiguration.
Parameters
-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
-Name
The name of the IpConfiguration
Parameter properties
| Type: | String |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
-Primary
Indicate the ip configuration is primary.
Parameter properties
| Type: | SwitchParameter |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
-PrivateIpAddress
The private ip address of the ipConfiguration if static allocation is desired.
Parameter properties
| Type: | String |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
-PrivateIpAddressVersion
The ip version of the ip configuration
Parameter properties
| Type: | String |
| Default value: | None |
| Accepted values: | IPv4 |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
-Subnet
Subnet
Parameter properties
| Type: | PSSubnet |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
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.
Inputs
None
Outputs
PSApplicationGatewayPrivateLinkIpConfiguration
Related Links
Azure PowerShell
Feedback
Was this page helpful?
