Udostępnij przez


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

Name Description
KustoScriptType(String)

Initializes a new instance of KustoScriptType.

Properties

Name Description
MicrosoftKustoClustersDatabasesScripts

Microsoft.Kusto/clusters/databases/scripts.

Methods

Name Description
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

Name Description
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