次の方法で共有


IntegrationAccountPartnerType 構造体

定義

パートナーの種類。

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

コンストラクター

IntegrationAccountPartnerType(String)

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

プロパティ

B2B

B2b。

NotSpecified

NotSpecified。

メソッド

Equals(IntegrationAccountPartnerType)

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

ToString()

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

演算子

Equality(IntegrationAccountPartnerType, IntegrationAccountPartnerType)

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

Implicit(String to IntegrationAccountPartnerType)

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

Inequality(IntegrationAccountPartnerType, IntegrationAccountPartnerType)

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

適用対象