Share via


LinkedServiceReferenceType Struct

Definition

Linked service reference type.

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

Constructors

Name Description
LinkedServiceReferenceType(String)

Initializes a new instance of LinkedServiceReferenceType.

Properties

Name Description
LinkedServiceReference

LinkedServiceReference.

Methods

Name Description
Equals(LinkedServiceReferenceType)

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

Determines if two LinkedServiceReferenceType values are the same.

Implicit(String to LinkedServiceReferenceType)

Converts a String to a LinkedServiceReferenceType.

Inequality(LinkedServiceReferenceType, LinkedServiceReferenceType)

Determines if two LinkedServiceReferenceType values are not the same.

Applies to