GetFactoryResult

data class GetFactoryResult(val githubConfigurations: List<GetFactoryGithubConfiguration>, val id: String, val identities: List<GetFactoryIdentity>, val location: String, val name: String, val resourceGroupName: String, val tags: Map<String, String>, val vstsConfigurations: List<GetFactoryVstsConfiguration>)

A collection of values returned by getFactory.

Constructors

Link copied to clipboard
constructor(githubConfigurations: List<GetFactoryGithubConfiguration>, id: String, identities: List<GetFactoryIdentity>, location: String, name: String, resourceGroupName: String, tags: Map<String, String>, vstsConfigurations: List<GetFactoryVstsConfiguration>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A github_configuration block as defined below.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

An identity block as defined below.

Link copied to clipboard

The Azure Region where the Azure Data Factory exists.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

A mapping of tags assigned to the Azure Data Factory.

Link copied to clipboard

A vsts_configuration block as defined below.