Application Gateway Private Link Configuration Response
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
Link copied to clipboard
fun ApplicationGatewayPrivateLinkConfigurationResponse(etag: String, id: String? = null, ipConfigurations: List<ApplicationGatewayPrivateLinkIpConfigurationResponse>? = null, name: String? = null, provisioningState: String, type: String)