AdfResourceProperties<TExtensibleTypeProperties,TGenericTypeProperties> Constructors
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.
Overloads
AdfResourceProperties<TExtensibleTypeProperties,TGenericTypeProperties>() | |
AdfResourceProperties<TExtensibleTypeProperties,TGenericTypeProperties>(TExtensibleTypeProperties, String) |
AdfResourceProperties<TExtensibleTypeProperties,TGenericTypeProperties>()
protected AdfResourceProperties ();
Protected Sub New ()
Applies to
AdfResourceProperties<TExtensibleTypeProperties,TGenericTypeProperties>(TExtensibleTypeProperties, String)
protected AdfResourceProperties (TExtensibleTypeProperties properties, string typeName = default);
new Microsoft.Azure.Management.DataFactories.Models.AdfResourceProperties<'ExtensibleTypeProperties, #'ExtensibleTypeProperties (requires 'ExtensibleTypeProperties :> Microsoft.Azure.Management.DataFactories.Models.TypeProperties)> : 'ExtensibleTypeProperties * string -> Microsoft.Azure.Management.DataFactories.Models.AdfResourceProperties<'ExtensibleTypeProperties, #'ExtensibleTypeProperties (requires 'ExtensibleTypeProperties :> Microsoft.Azure.Management.DataFactories.Models.TypeProperties)>
Protected Sub New (properties As TExtensibleTypeProperties, Optional typeName As String = Nothing)
Parameters
- properties
- TExtensibleTypeProperties
- typeName
- String