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