PrivateIPAddressResponse

data class PrivateIPAddressResponse(val ipAddress: String? = null, val subnetResourceId: String? = null)

A private IP address bound to the availability group listener.

Constructors

Link copied to clipboard
constructor(ipAddress: String? = null, subnetResourceId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ipAddress: String? = null

Private IP address bound to the availability group listener.

Link copied to clipboard

Subnet used to include private IP.