PipelineReferenceType Struct

Definition

Pipeline reference type.

public readonly struct PipelineReferenceType : IEquatable<Azure.Analytics.Synapse.Artifacts.Models.PipelineReferenceType>
type PipelineReferenceType = struct
Public Structure PipelineReferenceType
Implements IEquatable(Of PipelineReferenceType)
Inheritance
PipelineReferenceType
Implements

Constructors

PipelineReferenceType(String)

Initializes a new instance of PipelineReferenceType.

Properties

PipelineReference

PipelineReference.

Methods

Equals(PipelineReferenceType)

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

Determines if two PipelineReferenceType values are the same.

Implicit(String to PipelineReferenceType)

Converts a string to a PipelineReferenceType.

Inequality(PipelineReferenceType, PipelineReferenceType)

Determines if two PipelineReferenceType values are not the same.

Applies to