EndpointStatus 構造体
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
EndpointStatus の値を定義します。
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.TrafficManager.Models.EndpointStatusConverter))]
public struct EndpointStatus : IEquatable<Microsoft.Azure.Management.TrafficManager.Models.EndpointStatus>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.TrafficManager.Models.EndpointStatusConverter))>]
type EndpointStatus = struct
Public Structure EndpointStatus
Implements IEquatable(Of EndpointStatus)
- 継承
-
EndpointStatus
- 属性
-
Newtonsoft.Json.JsonConverterAttribute
- 実装
フィールド
Disabled |
EndpointStatus の値を定義します。 |
Enabled |
EndpointStatus の値を定義します。 |
メソッド
Equals(EndpointStatus) |
EndpointStatus 型の列挙型を比較します |
Equals(Object) |
EndpointStatus の Equals 演算子をオーバーライドします |
GetHashCode() |
hashCode EndpointStatus の戻り値 |
ToString() |
EndpointStatus の文字列表現を返します |
演算子
Equality(EndpointStatus, EndpointStatus) |
Enum EndpointStatus の == 演算子のオーバーライド |
Implicit(EndpointStatus to String) |
EndpointStatus を文字列に変換する暗黙的な演算子 |
Implicit(String to EndpointStatus) |
文字列を EndpointStatus に変換する暗黙的な演算子 |
Inequality(EndpointStatus, EndpointStatus) |
Enum EndpointStatus の != 演算子のオーバーライド |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET