次の方法で共有


DataBoxEdgeUserType 構造体

定義

ユーザーの種類。

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

コンストラクター

DataBoxEdgeUserType(String)

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

プロパティ

Arm

腕。

LocalManagement

LocalManagement。

Share

Share:

メソッド

Equals(DataBoxEdgeUserType)

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

ToString()

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

演算子

Equality(DataBoxEdgeUserType, DataBoxEdgeUserType)

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

Implicit(String to DataBoxEdgeUserType)

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

Inequality(DataBoxEdgeUserType, DataBoxEdgeUserType)

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

適用対象