KustoLanguageExtensionName 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.
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
Azure SDK for .NET