Share via


EntityParameterType Struct

Definition

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