Share via


ScriptLevel Struct

Definition

Differentiates between the type of script commands included - Database or Cluster. The default is Database.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ScriptLevelTypeConverter))]
public struct ScriptLevel : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ScriptLevel>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ScriptLevelTypeConverter))>]
type ScriptLevel = struct
    interface IArgumentCompleter
Public Structure ScriptLevel
Implements IArgumentCompleter, IEquatable(Of ScriptLevel)
Inheritance
ScriptLevel
Attributes
Implements

Fields

Cluster
Database

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(Object)

Compares values of enum type ScriptLevel (override for Object)

Equals(ScriptLevel)

Compares values of enum type ScriptLevel

GetHashCode()

Returns hashCode for enum ScriptLevel

ToString()

Returns string representation for ScriptLevel

Operators

Equality(ScriptLevel, ScriptLevel)

Overriding == operator for enum ScriptLevel

Implicit(ScriptLevel to String)

Implicit operator to convert ScriptLevel to string

Implicit(String to ScriptLevel)

Implicit operator to convert string to ScriptLevel

Inequality(ScriptLevel, ScriptLevel)

Overriding != operator for enum ScriptLevel

Applies to