Condividi tramite


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

Name Description
SandboxCustomImageLanguage(String)

Initializes a new instance of SandboxCustomImageLanguage.

Properties

Name Description
Python

Python.

Methods

Name Description
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

Name Description
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