Share via


PipelineVariableType Struct

Definition

Variable type.

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

Constructors

PipelineVariableType(String)

Initializes a new instance of PipelineVariableType.

Properties

Array

Array.

Bool

Bool.

String

String.

Methods

Equals(PipelineVariableType)

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

Determines if two PipelineVariableType values are the same.

Implicit(String to PipelineVariableType)

Converts a string to a PipelineVariableType.

Inequality(PipelineVariableType, PipelineVariableType)

Determines if two PipelineVariableType values are not the same.

Applies to