PrivateEndpointIPConfigurationArgs

data class PrivateEndpointIPConfigurationArgs(val groupId: Output<String>? = null, val memberName: Output<String>? = null, val name: Output<String>? = null, val privateIPAddress: Output<String>? = null) : ConvertibleToJava<PrivateEndpointIPConfigurationArgs>

An IP Configuration of the private endpoint.

Constructors

Link copied to clipboard
constructor(groupId: Output<String>? = null, memberName: Output<String>? = null, name: Output<String>? = null, privateIPAddress: Output<String>? = null)

Properties

Link copied to clipboard
val groupId: Output<String>? = null

The ID of a group obtained from the remote resource that this private endpoint should connect to.

Link copied to clipboard
val memberName: Output<String>? = null

The member name of a group obtained from the remote resource that this private endpoint should connect to.

Link copied to clipboard
val name: Output<String>? = null

The name of the resource that is unique within a resource group.

Link copied to clipboard
val privateIPAddress: Output<String>? = null

A private ip address obtained from the private endpoint's subnet.

Functions

Link copied to clipboard
open override fun toJava(): PrivateEndpointIPConfigurationArgs