次の方法で共有


HostPlatformType 構造体

定義

ランタイムがホストされているプラットフォーム。

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

コンストラクター

HostPlatformType(String)

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

プロパティ

KubernetesCluster

KubernetesCluster。

LinuxVm

LinuxVM。

メソッド

Equals(HostPlatformType)

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

ToString()

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

演算子

Equality(HostPlatformType, HostPlatformType)

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

Implicit(String to HostPlatformType)

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

Inequality(HostPlatformType, HostPlatformType)

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

適用対象