GetIntegrationAccountBatchConfigurationResult

data class GetIntegrationAccountBatchConfigurationResult(val id: String, val location: String? = null, val name: String, val properties: BatchConfigurationPropertiesResponse, val tags: Map<String, String>? = null, val type: String)

The batch configuration resource definition.

Constructors

constructor(id: String, location: String? = null, name: String, properties: BatchConfigurationPropertiesResponse, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The resource id.

Link copied to clipboard
val location: String? = null

The resource location.

Link copied to clipboard

Gets the resource name.

Link copied to clipboard

The batch configuration properties.

Link copied to clipboard
val tags: Map<String, String>? = null

The resource tags.

Link copied to clipboard

Gets the resource type.