Get Private Endpoint Connection Plain Args
data class GetPrivateEndpointConnectionPlainArgs(val parentName: String, val parentType: String, val privateEndpointConnectionName: String, val resourceGroupName: String) : ConvertibleToJava<GetPrivateEndpointConnectionPlainArgs>
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.