Bagikan melalui


SynapseDataConnectionType Struct

Definition

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