ApplicationGatewayFrontendIPConfigurationPropertiesFormatOutput interface
Properties of Frontend IP configuration of an application gateway.
Properties
| private |
PrivateIPAddress of the network interface IP Configuration. |
| private |
The private IP address allocation method. |
| private |
Reference to the application gateway private link configuration. |
| provisioning |
The provisioning state of the frontend IP configuration resource. |
| public |
Reference to the PublicIP resource. |
| subnet | Reference to the subnet resource. |
Property Details
privateIPAddress
PrivateIPAddress of the network interface IP Configuration.
privateIPAddress?: string
Property Value
string
privateIPAllocationMethod
The private IP address allocation method.
privateIPAllocationMethod?: "Static" | "Dynamic"
Property Value
"Static" | "Dynamic"
privateLinkConfiguration
Reference to the application gateway private link configuration.
privateLinkConfiguration?: SubResourceOutput
Property Value
provisioningState
The provisioning state of the frontend IP configuration resource.
provisioningState?: "Succeeded" | "Updating" | "Deleting" | "Failed"
Property Value
"Succeeded" | "Updating" | "Deleting" | "Failed"
publicIPAddress
Reference to the PublicIP resource.
publicIPAddress?: SubResourceOutput