次の方法で共有


DataBoxEdgeRoleStatus 構造体

定義

ローカル エッジ管理の状態。

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

コンストラクター

DataBoxEdgeRoleStatus(String)

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

プロパティ

Disabled

無効。

Enabled

有効にします。

メソッド

Equals(DataBoxEdgeRoleStatus)

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

ToString()

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

演算子

Equality(DataBoxEdgeRoleStatus, DataBoxEdgeRoleStatus)

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

Implicit(String to DataBoxEdgeRoleStatus)

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

Inequality(DataBoxEdgeRoleStatus, DataBoxEdgeRoleStatus)

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

適用対象