GetIntegrationAccountAssemblyResult

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

The assembly definition.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, id: String, location: String? = null, name: String, properties: AssemblyPropertiesResponse, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

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 assembly properties.

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

The resource tags.

Link copied to clipboard

Gets the resource type.