IPConfiguration Response
data class IPConfigurationResponse(val id: String, val name: String, val primary: Boolean? = null, val privateIPAddress: String? = null, val privateIPAllocationMethod: String? = null, val provisioningState: String, val subnet: ResourceIdResponse? = null, val type: String)
The ip configurations for the private link service.
Constructors
Link copied to clipboard
fun IPConfigurationResponse(id: String, name: String, primary: Boolean? = null, privateIPAddress: String? = null, privateIPAllocationMethod: String? = null, provisioningState: String, subnet: ResourceIdResponse? = null, type: String)