GetPrivateLinkServicePrivateEndpointConnectionPlainArgs

data class GetPrivateLinkServicePrivateEndpointConnectionPlainArgs(val expand: String? = null, val peConnectionName: String, val resourceGroupName: String, val serviceName: String) : ConvertibleToJava<GetPrivateLinkServicePrivateEndpointConnectionPlainArgs>

Constructors

constructor(expand: String? = null, peConnectionName: String, resourceGroupName: String, serviceName: String)

Properties

Link copied to clipboard
val expand: String? = null

Expands referenced resources.

Link copied to clipboard

The name of the private end point connection.

Link copied to clipboard

The name of the resource group.

Link copied to clipboard

The name of the private link service.

Functions

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