KustoScriptLevel 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.
Differentiates between the type of script commands included - Database or Cluster. The default is Database.
public readonly struct KustoScriptLevel : IEquatable<Azure.ResourceManager.Kusto.Models.KustoScriptLevel>
type KustoScriptLevel = struct
Public Structure KustoScriptLevel
Implements IEquatable(Of KustoScriptLevel)
- Inheritance
-
KustoScriptLevel
- Implements
Constructors
KustoScriptLevel(String) |
Initializes a new instance of KustoScriptLevel. |
Properties
Cluster |
Cluster. |
Database |
Database. |
Methods
Equals(KustoScriptLevel) |
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(KustoScriptLevel, KustoScriptLevel) |
Determines if two KustoScriptLevel values are the same. |
Implicit(String to KustoScriptLevel) |
Converts a String to a KustoScriptLevel. |
Inequality(KustoScriptLevel, KustoScriptLevel) |
Determines if two KustoScriptLevel values are not the same. |
Applies to
Azure SDK for .NET