Share via


DataFactoryGlobalParameterType Struct

Definition

Global Parameter type.

public readonly struct DataFactoryGlobalParameterType : IEquatable<Azure.ResourceManager.DataFactory.Models.DataFactoryGlobalParameterType>
type DataFactoryGlobalParameterType = struct
Public Structure DataFactoryGlobalParameterType
Implements IEquatable(Of DataFactoryGlobalParameterType)
Inheritance
DataFactoryGlobalParameterType
Implements

Constructors

DataFactoryGlobalParameterType(String)

Initializes a new instance of DataFactoryGlobalParameterType.

Properties

Array

Array.

Bool

Bool.

Float

Float.

Int

Int.

Object

Object.

String

String.

Methods

Equals(DataFactoryGlobalParameterType)

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(DataFactoryGlobalParameterType, DataFactoryGlobalParameterType)

Determines if two DataFactoryGlobalParameterType values are the same.

Implicit(String to DataFactoryGlobalParameterType)

Converts a string to a DataFactoryGlobalParameterType.

Inequality(DataFactoryGlobalParameterType, DataFactoryGlobalParameterType)

Determines if two DataFactoryGlobalParameterType values are not the same.

Applies to