Share via


KustoLanguageExtensionImageName Struct

Definition

Language extension image name.

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

Constructors

KustoLanguageExtensionImageName(String)

Initializes a new instance of KustoLanguageExtensionImageName.

Properties

Python3_10_8

Python3_10_8.

Python3_6_5

Python3_6_5.

Python3108DL

Python3_10_8_DL.

PythonCustomImage

PythonCustomImage.

R

R.

Methods

Equals(KustoLanguageExtensionImageName)

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

Determines if two KustoLanguageExtensionImageName values are the same.

Implicit(String to KustoLanguageExtensionImageName)

Converts a string to a KustoLanguageExtensionImageName.

Inequality(KustoLanguageExtensionImageName, KustoLanguageExtensionImageName)

Determines if two KustoLanguageExtensionImageName values are not the same.

Applies to