GetPrivateEndpointConnectionPlainArgs

data class GetPrivateEndpointConnectionPlainArgs(val privateEndpointConnectionName: String, val resourceGroupName: String, val vaultName: String) : ConvertibleToJava<GetPrivateEndpointConnectionPlainArgs>

Constructors

Link copied to clipboard
constructor(privateEndpointConnectionName: String, resourceGroupName: String, vaultName: String)

Properties

Link copied to clipboard

Name of the private endpoint connection associated with the key vault.

Link copied to clipboard

Name of the resource group that contains the key vault.

Link copied to clipboard

The name of the key vault.

Functions

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