MapperConnectionType Struct
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.
Type of connection via linked service or dataset.
public readonly struct MapperConnectionType : IEquatable<Azure.ResourceManager.DataFactory.Models.MapperConnectionType>
type MapperConnectionType = struct
Public Structure MapperConnectionType
Implements IEquatable(Of MapperConnectionType)
- Inheritance
-
MapperConnectionType
- Implements
Constructors
MapperConnectionType(String) |
Initializes a new instance of MapperConnectionType. |
Properties
Linkedservicetype |
linkedservicetype. |
Methods
Equals(MapperConnectionType) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(MapperConnectionType, MapperConnectionType) |
Determines if two MapperConnectionType values are the same. |
Implicit(String to MapperConnectionType) |
Converts a String to a MapperConnectionType. |
Inequality(MapperConnectionType, MapperConnectionType) |
Determines if two MapperConnectionType values are not the same. |
Applies to
Azure SDK for .NET