MetadataItem 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
MetadataItem() |
Initializes a new instance of the MetadataItem class. |
MetadataItem(Object, Object) |
Initializes a new instance of the MetadataItem class. |
MetadataItem()
Initializes a new instance of the MetadataItem class.
public MetadataItem ();
Public Sub New ()
Applies to
MetadataItem(Object, Object)
Initializes a new instance of the MetadataItem class.
public MetadataItem (object name = default, object value = default);
new Microsoft.Azure.Management.DataFactory.Models.MetadataItem : obj * obj -> Microsoft.Azure.Management.DataFactory.Models.MetadataItem
Public Sub New (Optional name As Object = Nothing, Optional value As Object = Nothing)
Parameters
- name
- Object
Metadata item key name. Type: string (or Expression with resultType string).
- value
- Object
Metadata item value. Type: string (or Expression with resultType string).
Applies to
Azure SDK for .NET