GetPrivateEndpointConnectionPlainArgs

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

Constructors

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

Properties

Link copied to clipboard

The name of the parent resource (namely, either, the topic name, domain name, or partner namespace name or namespace name).

Link copied to clipboard

The type of the parent resource. This can be either \'topics\', \'domains\', or \'partnerNamespaces\' or \'namespaces\'.

Link copied to clipboard

The name of the private endpoint connection connection.

Link copied to clipboard

The name of the resource group within the user's subscription.

Functions

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