Bagikan melalui


SynapseIntegrationRuntimeEntityReferenceType Struct

Definition

The type of this referenced entity.

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

Constructors

SynapseIntegrationRuntimeEntityReferenceType(String)

Initializes a new instance of SynapseIntegrationRuntimeEntityReferenceType.

Properties

IntegrationRuntimeReference

IntegrationRuntimeReference.

LinkedServiceReference

LinkedServiceReference.

Methods

Equals(SynapseIntegrationRuntimeEntityReferenceType)

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

Determines if two SynapseIntegrationRuntimeEntityReferenceType values are the same.

Implicit(String to SynapseIntegrationRuntimeEntityReferenceType)

Converts a string to a SynapseIntegrationRuntimeEntityReferenceType.

Inequality(SynapseIntegrationRuntimeEntityReferenceType, SynapseIntegrationRuntimeEntityReferenceType)

Determines if two SynapseIntegrationRuntimeEntityReferenceType values are not the same.

Applies to