Endpoint Ip Configuration
data class EndpointIpConfiguration(val memberName: String? = null, val name: String, val privateIpAddress: String, val subresourceName: String? = null)
Constructors
Link copied to clipboard
fun EndpointIpConfiguration(memberName: String? = null, name: String, privateIpAddress: String, subresourceName: String? = null)