Get Private Endpoint Connection Plain Args
    data class GetPrivateEndpointConnectionPlainArgs(val namespaceName: String, val privateEndpointConnectionName: String, val resourceGroupName: String) : ConvertibleToJava<GetPrivateEndpointConnectionPlainArgs> 
Constructors
Link copied to clipboard
                fun GetPrivateEndpointConnectionPlainArgs(namespaceName: String, privateEndpointConnectionName: String, resourceGroupName: String)