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