PrivateEndpointIPConfigurationResponse

data class PrivateEndpointIPConfigurationResponse(val etag: String, val groupId: String? = null, val memberName: String? = null, val name: String? = null, val privateIPAddress: String? = null, val type: String)

An IP Configuration of the private endpoint.

Constructors

Link copied to clipboard
constructor(etag: String, groupId: String? = null, memberName: String? = null, name: String? = null, privateIPAddress: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A unique read-only string that changes whenever the resource is updated.

Link copied to clipboard
val groupId: 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: 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: String? = null

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

Link copied to clipboard

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

Link copied to clipboard

The resource type.