GetWebAppPrivateEndpointConnectionResult

data class GetWebAppPrivateEndpointConnectionResult(val id: String, val ipAddresses: List<String>? = null, val kind: String? = null, val name: String, val privateEndpoint: ArmIdWrapperResponse? = null, val privateLinkServiceConnectionState: PrivateLinkConnectionStateResponse? = null, val provisioningState: String, val type: String)

Remote Private Endpoint Connection ARM resource.

Constructors

Link copied to clipboard
constructor(id: String, ipAddresses: List<String>? = null, kind: String? = null, name: String, privateEndpoint: ArmIdWrapperResponse? = null, privateLinkServiceConnectionState: PrivateLinkConnectionStateResponse? = null, provisioningState: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

Resource Id.

Link copied to clipboard
val ipAddresses: List<String>? = null

Private IPAddresses mapped to the remote private endpoint

Link copied to clipboard
val kind: String? = null

Kind of resource.

Link copied to clipboard

Resource Name.

Link copied to clipboard

PrivateEndpoint of a remote private endpoint connection

Link copied to clipboard

The state of a private link connection

Link copied to clipboard
Link copied to clipboard

Resource type.