Freigeben über


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

Name Description
EntityParameterType(String)

Initializes a new instance of EntityParameterType.

Properties

Name Description
Array

Array.

Bool

Bool.

Float

Float.

Int

Int.

Object

Object.

SecureString

SecureString.

String

String.

Methods

Name Description
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

Name Description
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