Share via


ArmDataFactoryModelFactory.DataFactoryData Method

Definition

Initializes a new instance of DataFactoryData.

public static Azure.ResourceManager.DataFactory.DataFactoryData DataFactoryData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, Azure.ResourceManager.Models.ManagedServiceIdentity identity = default, string provisioningState = default, DateTimeOffset? createdOn = default, string version = default, Azure.Core.ResourceIdentifier purviewResourceId = default, Azure.ResourceManager.DataFactory.Models.FactoryRepoConfiguration repoConfiguration = default, System.Collections.Generic.IDictionary<string,Azure.ResourceManager.DataFactory.Models.DataFactoryGlobalParameterProperties> globalParameters = default, Azure.ResourceManager.DataFactory.Models.DataFactoryEncryptionConfiguration encryption = default, Azure.ResourceManager.DataFactory.Models.DataFactoryPublicNetworkAccess? publicNetworkAccess = default, Azure.ETag? eTag = default, System.Collections.Generic.IDictionary<string,BinaryData> additionalProperties = default);
static member DataFactoryData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Azure.ResourceManager.Models.ManagedServiceIdentity * string * Nullable<DateTimeOffset> * string * Azure.Core.ResourceIdentifier * Azure.ResourceManager.DataFactory.Models.FactoryRepoConfiguration * System.Collections.Generic.IDictionary<string, Azure.ResourceManager.DataFactory.Models.DataFactoryGlobalParameterProperties> * Azure.ResourceManager.DataFactory.Models.DataFactoryEncryptionConfiguration * Nullable<Azure.ResourceManager.DataFactory.Models.DataFactoryPublicNetworkAccess> * Nullable<Azure.ETag> * System.Collections.Generic.IDictionary<string, BinaryData> -> Azure.ResourceManager.DataFactory.DataFactoryData
Public Shared Function DataFactoryData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional identity As ManagedServiceIdentity = Nothing, Optional provisioningState As String = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional version As String = Nothing, Optional purviewResourceId As ResourceIdentifier = Nothing, Optional repoConfiguration As FactoryRepoConfiguration = Nothing, Optional globalParameters As IDictionary(Of String, DataFactoryGlobalParameterProperties) = Nothing, Optional encryption As DataFactoryEncryptionConfiguration = Nothing, Optional publicNetworkAccess As Nullable(Of DataFactoryPublicNetworkAccess) = Nothing, Optional eTag As Nullable(Of ETag) = Nothing, Optional additionalProperties As IDictionary(Of String, BinaryData) = Nothing) As DataFactoryData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

tags
IDictionary<String,String>

The tags.

location
AzureLocation

The location.

identity
ManagedServiceIdentity

Managed service identity of the factory. Current supported identity types: SystemAssigned, UserAssigned, SystemAssigned,UserAssigned.

provisioningState
String

Factory provisioning state, example Succeeded.

createdOn
Nullable<DateTimeOffset>

Time the factory was created in ISO8601 format.

version
String

Version of the factory.

purviewResourceId
ResourceIdentifier

Purview information of the factory.

repoConfiguration
FactoryRepoConfiguration

Git repo information of the factory. Please note FactoryRepoConfiguration is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include FactoryGitHubConfiguration and FactoryVstsConfiguration.

globalParameters
IDictionary<String,DataFactoryGlobalParameterProperties>

List of parameters for factory.

encryption
DataFactoryEncryptionConfiguration

Properties to enable Customer Managed Key for the factory.

publicNetworkAccess
Nullable<DataFactoryPublicNetworkAccess>

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

eTag
Nullable<ETag>

Etag identifies change in the resource.

additionalProperties
IDictionary<String,BinaryData>

Additional Properties.

Returns

A new DataFactoryData instance for mocking.

Applies to