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.