GetIntegrationAccountAgreementPlainArgs

data class GetIntegrationAccountAgreementPlainArgs(val agreementName: String, val integrationAccountName: String, val resourceGroupName: String) : ConvertibleToJava<GetIntegrationAccountAgreementPlainArgs>

Constructors

Link copied to clipboard
constructor(agreementName: String, integrationAccountName: String, resourceGroupName: String)

Properties

Link copied to clipboard

The integration account agreement name.

Link copied to clipboard

The integration account name.

Link copied to clipboard

The resource group name.

Functions

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