GetBrokerAuthenticationPlainArgs

data class GetBrokerAuthenticationPlainArgs(val authenticationName: String, val brokerName: String, val instanceName: String, val resourceGroupName: String) : ConvertibleToJava<GetBrokerAuthenticationPlainArgs>

Constructors

Link copied to clipboard
constructor(authenticationName: String, brokerName: String, instanceName: String, resourceGroupName: String)

Properties

Link copied to clipboard

Name of Instance broker authentication resource

Link copied to clipboard

Name of broker.

Link copied to clipboard

Name of instance.

Link copied to clipboard

The name of the resource group. The name is case insensitive.

Functions

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