ApplicationGatewayFrontendIPConfigurationResponse

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

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A unique read-only string that changes whenever the resource is updated.

Link copied to clipboard
val id: String? = null

Resource ID.

Link copied to clipboard
val name: String? = null

Name of the frontend IP configuration that is unique within an Application Gateway.

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.

Link copied to clipboard

Type of the resource.