Factory Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Factory resource type.
[Microsoft.Rest.Serialization.JsonTransformation]
public class Factory : Microsoft.Azure.Management.DataFactory.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type Factory = class
inherit Resource
Public Class Factory
Inherits Resource
- Inheritance
- Attributes
Constructors
Factory() |
Initializes a new instance of the Factory class. |
Factory(String, String, String, String, IDictionary<String,String>, String, IDictionary<String,Object>, FactoryIdentity, String, Nullable<DateTime>, String, FactoryRepoConfiguration, IDictionary<String, GlobalParameterSpecification>, EncryptionConfiguration, String) |
Initializes a new instance of the Factory class. |
Factory(String, String, String, String, IDictionary<String,String>, String, IDictionary<String,Object>, FactoryIdentity, String, Nullable<DateTime>, String, PurviewConfiguration, FactoryRepoConfiguration, IDictionary<String,GlobalParameterSpecification>, EncryptionConfiguration, String) |
Initializes a new instance of the Factory class. |
Properties
AdditionalProperties |
Gets or sets unmatched properties from the message are deserialized this collection |
CreateTime |
Gets time the factory was created in ISO8601 format. |
Encryption |
Gets or sets properties to enable Customer Managed Key for the factory. |
ETag |
Gets etag identifies change in the resource. (Inherited from Resource) |
GlobalParameters |
Gets or sets list of parameters for factory. |
Id |
Gets the resource identifier. (Inherited from Resource) |
Identity |
Gets or sets managed service identity of the factory. |
Location |
Gets or sets the resource location. (Inherited from Resource) |
Name |
Gets the resource name. (Inherited from Resource) |
ProvisioningState |
Gets factory provisioning state, example Succeeded. |
PublicNetworkAccess |
Gets or sets whether or not public network access is allowed for the data factory. Possible values include: 'Enabled', 'Disabled' |
PurviewConfiguration |
Gets or sets purview information of the factory. |
RepoConfiguration |
Gets or sets git repo information of the factory. |
Tags |
Gets or sets the resource tags. (Inherited from Resource) |
Type |
Gets the resource type. (Inherited from Resource) |
Version |
Gets version of the factory. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET