CustomLocationHostType 構造体

定義

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

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

コンストラクター

CustomLocationHostType(String)

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

プロパティ

Kubernetes

Kubernetes。

メソッド

Equals(CustomLocationHostType)

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

ToString()

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

演算子

Equality(CustomLocationHostType, CustomLocationHostType)

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

Implicit(String to CustomLocationHostType)

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

Inequality(CustomLocationHostType, CustomLocationHostType)

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

適用対象