GetIntegrationAccountSchemaPlainArgs

data class GetIntegrationAccountSchemaPlainArgs(val integrationAccountName: String, val resourceGroupName: String, val schemaName: String) : ConvertibleToJava<GetIntegrationAccountSchemaPlainArgs>

Constructors

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

Properties

Link copied to clipboard

The integration account name.

Link copied to clipboard

The resource group name.

Link copied to clipboard

The integration account schema name.

Functions

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