次の方法で共有


EndpointType 構造体

定義

エンドポイントの型。

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

コンストラクター

EndpointType(String)

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

プロパティ

Custom

カスタム。

Default

試行する。

メソッド

Equals(EndpointType)

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

ToString()

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

演算子

Equality(EndpointType, EndpointType)

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

Implicit(String to EndpointType)

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

Inequality(EndpointType, EndpointType)

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

適用対象