IntegrationRuntimeReferenceType 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.
Type of integration runtime.
public readonly struct IntegrationRuntimeReferenceType : IEquatable<Azure.Analytics.Synapse.Artifacts.Models.IntegrationRuntimeReferenceType>
type IntegrationRuntimeReferenceType = struct
Public Structure IntegrationRuntimeReferenceType
Implements IEquatable(Of IntegrationRuntimeReferenceType)
- Inheritance
-
IntegrationRuntimeReferenceType
- Implements
Constructors
IntegrationRuntimeReferenceType(String) |
Initializes a new instance of IntegrationRuntimeReferenceType. |
Properties
IntegrationRuntimeReference |
IntegrationRuntimeReference. |
Methods
Equals(IntegrationRuntimeReferenceType) |
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(IntegrationRuntimeReferenceType, IntegrationRuntimeReferenceType) |
Determines if two IntegrationRuntimeReferenceType values are the same. |
Implicit(String to IntegrationRuntimeReferenceType) |
Converts a string to a IntegrationRuntimeReferenceType. |
Inequality(IntegrationRuntimeReferenceType, IntegrationRuntimeReferenceType) |
Determines if two IntegrationRuntimeReferenceType values are not the same. |
Applies to
Azure SDK for .NET