次の方法で共有


HostType 構造体

定義

カスタムの場所が参照しているホストの種類 (Kubernetes など)。

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

コンストラクター

HostType(String)

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

プロパティ

Kubernetes

Kubernetes。

メソッド

Equals(HostType)

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

ToString()

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

演算子

Equality(HostType, HostType)

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

Implicit(String to HostType)

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

Inequality(HostType, HostType)

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

適用対象