次の方法で共有


KustoClusterPublicIPType 構造体

定義

作成するパブリック IP の種類 (IPv4 (既定))、または DualStack (IPv4 と IPv6 の両方) を示します。

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

コンストラクター

KustoClusterPublicIPType(String)

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

プロパティ

DualStack

DualStack。

IPv4

[IPv4]。

メソッド

Equals(KustoClusterPublicIPType)

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

ToString()

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

演算子

Equality(KustoClusterPublicIPType, KustoClusterPublicIPType)

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

Implicit(String to KustoClusterPublicIPType)

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

Inequality(KustoClusterPublicIPType, KustoClusterPublicIPType)

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

適用対象