Bagikan melalui


DataFactoryLinkedServiceReferenceType Struct

Definition

Linked service reference type.

public readonly struct DataFactoryLinkedServiceReferenceType : IEquatable<Azure.Core.Expressions.DataFactory.DataFactoryLinkedServiceReferenceType>
type DataFactoryLinkedServiceReferenceType = struct
Public Structure DataFactoryLinkedServiceReferenceType
Implements IEquatable(Of DataFactoryLinkedServiceReferenceType)
Inheritance
DataFactoryLinkedServiceReferenceType
Implements

Constructors

DataFactoryLinkedServiceReferenceType(String)

Initializes a new instance of DataFactoryLinkedServiceReferenceType.

Properties

LinkedServiceReference

LinkedServiceReference.

Methods

Equals(DataFactoryLinkedServiceReferenceType)

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

Determines if two DataFactoryLinkedServiceReferenceType values are the same.

Implicit(String to DataFactoryLinkedServiceReferenceType)

Converts a string to a DataFactoryLinkedServiceReferenceType.

Inequality(DataFactoryLinkedServiceReferenceType, DataFactoryLinkedServiceReferenceType)

Determines if two DataFactoryLinkedServiceReferenceType values are not the same.

Applies to