KustoScriptType Struct

Definition

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