SynapseIntegrationRuntimeEntityReferenceType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET