EntityParameterType 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.
Parameter type.
public readonly struct EntityParameterType : IEquatable<Azure.ResourceManager.DataFactory.Models.EntityParameterType>
type EntityParameterType = struct
Public Structure EntityParameterType
Implements IEquatable(Of EntityParameterType)
- Inheritance
-
EntityParameterType
- Implements
Constructors
EntityParameterType(String) |
Initializes a new instance of EntityParameterType. |
Properties
Array |
Array. |
Bool |
Bool. |
Float |
Float. |
Int |
Int. |
Object |
Object. |
SecureString |
SecureString. |
String |
String. |
Methods
Equals(EntityParameterType) |
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(EntityParameterType, EntityParameterType) |
Determines if two EntityParameterType values are the same. |
Implicit(String to EntityParameterType) |
Converts a String to a EntityParameterType. |
Inequality(EntityParameterType, EntityParameterType) |
Determines if two EntityParameterType values are not the same. |
Applies to
Azure SDK for .NET