KustoScriptType 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 type of resource, Microsoft.Kusto/clusters/databases/scripts.
public readonly struct KustoScriptType : IEquatable<Azure.ResourceManager.Kusto.Models.KustoScriptType>
type KustoScriptType = struct
Public Structure KustoScriptType
Implements IEquatable(Of KustoScriptType)
- Inheritance
-
KustoScriptType
- Implements
Constructors
KustoScriptType(String) |
Initializes a new instance of KustoScriptType. |
Properties
MicrosoftKustoClustersDatabasesScripts |
Microsoft.Kusto/clusters/databases/scripts. |
Methods
Equals(KustoScriptType) |
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(KustoScriptType, KustoScriptType) |
Determines if two KustoScriptType values are the same. |
Implicit(String to KustoScriptType) |
Converts a string to a KustoScriptType. |
Inequality(KustoScriptType, KustoScriptType) |
Determines if two KustoScriptType values are not the same. |
Applies to
Azure SDK for .NET