SynapseDataConnectionType 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 resource, Microsoft.Synapse/workspaces/kustoPools/databases/dataConnections.
public readonly struct SynapseDataConnectionType : IEquatable<Azure.ResourceManager.Synapse.Models.SynapseDataConnectionType>
type SynapseDataConnectionType = struct
Public Structure SynapseDataConnectionType
Implements IEquatable(Of SynapseDataConnectionType)
- Inheritance
-
SynapseDataConnectionType
- Implements
Constructors
SynapseDataConnectionType(String) |
Initializes a new instance of SynapseDataConnectionType. |
Properties
MicrosoftSynapseWorkspacesKustoPoolsDatabasesDataConnections |
Microsoft.Synapse/workspaces/kustoPools/databases/dataConnections. |
Methods
Equals(SynapseDataConnectionType) |
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(SynapseDataConnectionType, SynapseDataConnectionType) |
Determines if two SynapseDataConnectionType values are the same. |
Implicit(String to SynapseDataConnectionType) |
Converts a string to a SynapseDataConnectionType. |
Inequality(SynapseDataConnectionType, SynapseDataConnectionType) |
Determines if two SynapseDataConnectionType values are not the same. |
Applies to
Azure SDK for .NET