SandboxCustomImageLanguage Struct

Definition

The language name, for example Python.

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

Constructors

SandboxCustomImageLanguage(String)

Initializes a new instance of SandboxCustomImageLanguage.

Properties

Python

Python.

Methods

Equals(SandboxCustomImageLanguage)

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

Determines if two SandboxCustomImageLanguage values are the same.

Implicit(String to SandboxCustomImageLanguage)

Converts a string to a SandboxCustomImageLanguage.

Inequality(SandboxCustomImageLanguage, SandboxCustomImageLanguage)

Determines if two SandboxCustomImageLanguage values are not the same.

Applies to