GetFactoryResult

data class GetFactoryResult(val createTime: String, val eTag: String, val encryption: EncryptionConfigurationResponse? = null, val globalParameters: Map<String, GlobalParameterSpecificationResponse>? = null, val id: String, val identity: FactoryIdentityResponse? = null, val location: String? = null, val name: String, val provisioningState: String, val publicNetworkAccess: String? = null, val purviewConfiguration: PurviewConfigurationResponse? = null, val repoConfiguration: Either<FactoryGitHubConfigurationResponse, FactoryVSTSConfigurationResponse>? = null, val tags: Map<String, String>? = null, val type: String, val version: String)

Factory resource type.

Constructors

Link copied to clipboard
constructor(createTime: String, eTag: String, encryption: EncryptionConfigurationResponse? = null, globalParameters: Map<String, GlobalParameterSpecificationResponse>? = null, id: String, identity: FactoryIdentityResponse? = null, location: String? = null, name: String, provisioningState: String, publicNetworkAccess: String? = null, purviewConfiguration: PurviewConfigurationResponse? = null, repoConfiguration: Either<FactoryGitHubConfigurationResponse, FactoryVSTSConfigurationResponse>? = null, tags: Map<String, String>? = null, type: String, version: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Time the factory was created in ISO8601 format.

Link copied to clipboard

Properties to enable Customer Managed Key for the factory.

Link copied to clipboard

Etag identifies change in the resource.

Link copied to clipboard

List of parameters for factory.

Link copied to clipboard
val id: String

The resource identifier.

Link copied to clipboard

Managed service identity of the factory.

Link copied to clipboard
val location: String? = null

The resource location.

Link copied to clipboard

The resource name.

Link copied to clipboard

Factory provisioning state, example Succeeded.

Link copied to clipboard

Whether or not public network access is allowed for the data factory.

Link copied to clipboard

Purview information of the factory.

Link copied to clipboard

Git repo information of the factory.

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

The resource tags.

Link copied to clipboard

The resource type.

Link copied to clipboard

Version of the factory.