ApplicationGatewayIPConfigurationResponse

data class ApplicationGatewayIPConfigurationResponse(val etag: String, val id: String? = null, val name: String? = null, val provisioningState: String, val subnet: SubResourceResponse? = null, val type: String)

IP configuration of an application gateway. Currently 1 public and 1 private IP configuration is allowed.

Constructors

constructor(etag: String, id: String? = null, name: String? = null, provisioningState: String, 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 IP configuration that is unique within an Application Gateway.

Link copied to clipboard

The provisioning state of the application gateway IP configuration resource.

Link copied to clipboard

Reference to the subnet resource. A subnet from where application gateway gets its private address.

Link copied to clipboard

Type of the resource.