Aracılığıyla paylaş


KustoDataConnectionType Struct

Definition

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