Application Gateway Frontend IPConfiguration Response
data class ApplicationGatewayFrontendIPConfigurationResponse(val etag: String, val id: String? = null, val name: String? = null, val privateIPAddress: String? = null, val privateIPAllocationMethod: String? = null, val privateLinkConfiguration: SubResourceResponse? = null, val provisioningState: String, val publicIPAddress: SubResourceResponse? = null, val subnet: SubResourceResponse? = null, val type: String)
Frontend IP configuration of an application gateway.
Constructors
Link copied to clipboard
constructor(etag: String, id: String? = null, name: String? = null, privateIPAddress: String? = null, privateIPAllocationMethod: String? = null, privateLinkConfiguration: SubResourceResponse? = null, provisioningState: String, publicIPAddress: SubResourceResponse? = null, subnet: SubResourceResponse? = null, type: String)
Properties
Link copied to clipboard
PrivateIPAddress of the network interface IP Configuration.
Link copied to clipboard
The private IP address allocation method.
Link copied to clipboard
Reference to the application gateway private link configuration.
Link copied to clipboard
The provisioning state of the frontend IP configuration resource.
Link copied to clipboard
Reference to the PublicIP resource.
Link copied to clipboard
Reference to the subnet resource.