EndpointIpConfiguration

data class EndpointIpConfiguration(val memberName: String? = null, val name: String, val privateIpAddress: String, val subresourceName: String? = null)

Constructors

Link copied to clipboard
constructor(memberName: String? = null, name: String, privateIpAddress: String, subresourceName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val memberName: String? = null

Specifies the member name this IP address applies to. If it is not specified, it will use the value of subresource_name. Changing this forces a new resource to be created.

Link copied to clipboard

Specifies the Name of the IP Configuration. Changing this forces a new resource to be created.

Link copied to clipboard

Specifies the static IP address within the private endpoint's subnet to be used. Changing this forces a new resource to be created.

Link copied to clipboard
val subresourceName: String? = null

Specifies the subresource this IP address applies to. subresource_names corresponds to group_id. Changing this forces a new resource to be created.