Azure.Core.Expressions.DataFactory Namespace
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.
Classes
DataFactoryElement<T> |
A class representing either a literal value, a masked literal value (also known as a SecureString), an expression, or a Key Vault reference. For details on DataFactoryExpressions see https://learn.microsoft.com/en-us/azure/data-factory/control-flow-expression-language-functions#expressions. |
DataFactoryKeyVaultSecret |
Azure Key Vault secret reference. |
DataFactoryKeyVaultSecretReference |
Azure Key Vault secret reference. |
DataFactoryLinkedServiceReference |
Linked service reference type. |
DataFactoryModelFactory |
Model factory to construct types for mocking. |
DataFactorySecret |
The base definition of a secret type. Please note DataFactorySecret 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 DataFactorySecretString and DataFactoryKeyVaultSecret. |
DataFactorySecretBaseDefinition |
The base definition of a secret type. Please note DataFactorySecretBaseDefinition 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 DataFactorySecretString and DataFactoryKeyVaultSecretReference. |
DataFactorySecretString |
Azure Data Factory secure string definition. The string value will be masked with asterisks '*' during Get or List API calls. |
Structs
DataFactoryElementKind |
Represents the kind of data factory element. |
DataFactoryLinkedServiceReferenceKind |
Linked service reference type. |
DataFactoryLinkedServiceReferenceType |
Linked service reference type. |
Azure SDK for .NET