次の方法で共有


IntegrationServiceEnvironmentAccessEndpointType 構造体

定義

統合サービス環境アクセス エンドポイントの種類。

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

コンストラクター

IntegrationServiceEnvironmentAccessEndpointType(String)

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

プロパティ

External

外部。

Internal

内部。

NotSpecified

NotSpecified。

メソッド

Equals(IntegrationServiceEnvironmentAccessEndpointType)

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

ToString()

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

演算子

Equality(IntegrationServiceEnvironmentAccessEndpointType, IntegrationServiceEnvironmentAccessEndpointType)

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

Implicit(String to IntegrationServiceEnvironmentAccessEndpointType)

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

Inequality(IntegrationServiceEnvironmentAccessEndpointType, IntegrationServiceEnvironmentAccessEndpointType)

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

適用対象