ApplicationGatewayPrivateLinkConfigurationResponse

data class ApplicationGatewayPrivateLinkConfigurationResponse(val etag: String, val id: String? = null, val ipConfigurations: List<ApplicationGatewayPrivateLinkIpConfigurationResponse>? = null, val name: String? = null, val provisioningState: String, val type: String)

Private Link Configuration on an application gateway.

Constructors

constructor(etag: String, id: String? = null, ipConfigurations: List<ApplicationGatewayPrivateLinkIpConfigurationResponse>? = null, name: String? = null, provisioningState: String, 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

An array of application gateway private link ip configurations.

Link copied to clipboard
val name: String? = null

Name of the private link configuration that is unique within an Application Gateway.

Link copied to clipboard

The provisioning state of the application gateway private link configuration.

Link copied to clipboard

Type of the resource.