次の方法で共有


TrafficViewEnrollmentStatus 構造体

定義

TrafficViewEnrollmentStatus の値を定義します。

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.TrafficManager.Models.TrafficViewEnrollmentStatusConverter))]
public struct TrafficViewEnrollmentStatus : IEquatable<Microsoft.Azure.Management.TrafficManager.Models.TrafficViewEnrollmentStatus>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.TrafficManager.Models.TrafficViewEnrollmentStatusConverter))>]
type TrafficViewEnrollmentStatus = struct
Public Structure TrafficViewEnrollmentStatus
Implements IEquatable(Of TrafficViewEnrollmentStatus)
継承
TrafficViewEnrollmentStatus
属性
Newtonsoft.Json.JsonConverterAttribute
実装

フィールド

Disabled

TrafficViewEnrollmentStatus の値を定義します。

Enabled

TrafficViewEnrollmentStatus の値を定義します。

メソッド

Equals(Object)

TrafficViewEnrollmentStatus の Equals 演算子をオーバーライドします

Equals(TrafficViewEnrollmentStatus)

TrafficViewEnrollmentStatus 型の列挙型を比較します

GetHashCode()

hashCode TrafficViewEnrollmentStatus の戻り値

ToString()

TrafficViewEnrollmentStatus の文字列表現を返します。

演算子

Equality(TrafficViewEnrollmentStatus, TrafficViewEnrollmentStatus)

列挙型 TrafficViewEnrollmentStatus の == 演算子のオーバーライド

Implicit(String to TrafficViewEnrollmentStatus)

文字列を TrafficViewEnrollmentStatus に変換する暗黙的な演算子

Implicit(TrafficViewEnrollmentStatus to String)

TrafficViewEnrollmentStatus を文字列に変換する暗黙的な演算子

Inequality(TrafficViewEnrollmentStatus, TrafficViewEnrollmentStatus)

列挙型 TrafficViewEnrollmentStatus の != 演算子のオーバーライド

適用対象