KustoClusterType 構造体

定義

リソースの種類である Microsoft.Kusto/clusters。

public readonly struct KustoClusterType : IEquatable<Azure.ResourceManager.Kusto.Models.KustoClusterType>
type KustoClusterType = struct
Public Structure KustoClusterType
Implements IEquatable(Of KustoClusterType)
継承
KustoClusterType
実装

コンストラクター

KustoClusterType(String)

KustoClusterType の新しいインスタンスを初期化します。

プロパティ

MicrosoftKustoClusters

Microsoft.Kusto/clusters。

メソッド

Equals(KustoClusterType)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(KustoClusterType, KustoClusterType)

2 つの KustoClusterType 値が同じかどうかを判断します。

Implicit(String to KustoClusterType)

文字列を KustoClusterType に変換します。

Inequality(KustoClusterType, KustoClusterType)

2 つの KustoClusterType 値が同じでないかどうかを判断します。

適用対象