DataFactoryData Class

Definition

A class representing the DataFactory data model. Factory resource type.

public class DataFactoryData : Azure.ResourceManager.Models.TrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.DataFactoryData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.DataFactoryData>
public class DataFactoryData : Azure.ResourceManager.Models.TrackedResourceData
type DataFactoryData = class
    inherit TrackedResourceData
    interface IJsonModel<DataFactoryData>
    interface IPersistableModel<DataFactoryData>
type DataFactoryData = class
    inherit TrackedResourceData
Public Class DataFactoryData
Inherits TrackedResourceData
Implements IJsonModel(Of DataFactoryData), IPersistableModel(Of DataFactoryData)
Public Class DataFactoryData
Inherits TrackedResourceData
Inheritance
Implements

Constructors

DataFactoryData(AzureLocation)

Initializes a new instance of DataFactoryData.

Properties

AdditionalProperties

Additional Properties

To assign an object to the value of this property use FromObjectAsJson<T>(T, JsonSerializerOptions).

To assign an already formatted json string to this property use FromString(String).

Examples:

  • BinaryData.FromObjectAsJson("foo"): Creates a payload of "foo".
  • BinaryData.FromString("\"foo\""): Creates a payload of "foo".
  • BinaryData.FromObjectAsJson(new { key = "value" }): Creates a payload of { "key": "value" }.
  • BinaryData.FromString("{\"key\": \"value\"}"): Creates a payload of { "key": "value" }.
CreatedOn

Time the factory was created in ISO8601 format.

Encryption

Properties to enable Customer Managed Key for the factory.

ETag

Etag identifies change in the resource.

GlobalParameters

List of parameters for factory.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
Identity

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

Location

The geo-location where the resource lives.

(Inherited from TrackedResourceData)
Name

The name of the resource.

(Inherited from ResourceData)
ProvisioningState

Factory provisioning state, example Succeeded.

PublicNetworkAccess

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

PurviewResourceId

Purview resource id.

RepoConfiguration

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.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
Tags

Resource tags.

(Inherited from TrackedResourceData)
Version

Version of the factory.

Explicit Interface Implementations

IJsonModel<DataFactoryData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<DataFactoryData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataFactoryData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataFactoryData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<DataFactoryData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to