KustoLanguageExtensionName Struct

Definition

Language extension that can run within KQL query.

public readonly struct KustoLanguageExtensionName : IEquatable<Azure.ResourceManager.Kusto.Models.KustoLanguageExtensionName>
type KustoLanguageExtensionName = struct
Public Structure KustoLanguageExtensionName
Implements IEquatable(Of KustoLanguageExtensionName)
Inheritance
KustoLanguageExtensionName
Implements

Constructors

KustoLanguageExtensionName(String)

Initializes a new instance of KustoLanguageExtensionName.

Properties

Python

PYTHON.

R

R.

Methods

Equals(KustoLanguageExtensionName)

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(KustoLanguageExtensionName, KustoLanguageExtensionName)

Determines if two KustoLanguageExtensionName values are the same.

Implicit(String to KustoLanguageExtensionName)

Converts a string to a KustoLanguageExtensionName.

Inequality(KustoLanguageExtensionName, KustoLanguageExtensionName)

Determines if two KustoLanguageExtensionName values are not the same.

Applies to