ApplicationGatewayPrivateLinkIpConfigurationResponse

data class ApplicationGatewayPrivateLinkIpConfigurationResponse(val etag: String, val id: String? = null, val name: String? = null, val primary: Boolean? = null, val privateIPAddress: String? = null, val privateIPAllocationMethod: String? = null, val provisioningState: String, val subnet: SubResourceResponse? = null, val type: String)

The application gateway private link ip configuration.

Constructors

constructor(etag: String, id: String? = null, name: String? = null, primary: Boolean? = null, privateIPAddress: String? = null, privateIPAllocationMethod: 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

The name of application gateway private link ip configuration.

Link copied to clipboard
val primary: Boolean? = null

Whether the ip configuration is primary or not.

Link copied to clipboard

The private IP address of the IP configuration.

Link copied to clipboard

The private IP address allocation method.

Link copied to clipboard

The provisioning state of the application gateway private link IP configuration.

Link copied to clipboard

Reference to the subnet resource.

Link copied to clipboard

The resource type.