Get Factory Result
data class GetFactoryResult(val azureApiVersion: String, 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(azureApiVersion: String, 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)
Properties
Link copied to clipboard
The Azure API version of the resource.
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
List of parameters for factory.
Link copied to clipboard
Managed service identity of the factory.
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
val repoConfiguration: Either<FactoryGitHubConfigurationResponse, FactoryVSTSConfigurationResponse>? = null
Git repo information of the factory.