次の方法で共有


IntegrationServiceErrorCode 構造体

定義

エラー応答コード。

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

コンストラクター

IntegrationServiceErrorCode(String)

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

プロパティ

IntegrationServiceEnvironmentNotFound

IntegrationServiceEnvironmentNotFound。

InternalServerError

InternalServerError。

InvalidOperationId

InvalidOperationId。

NotSpecified

NotSpecified。

メソッド

Equals(IntegrationServiceErrorCode)

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

ToString()

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

演算子

Equality(IntegrationServiceErrorCode, IntegrationServiceErrorCode)

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

Implicit(String to IntegrationServiceErrorCode)

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

Inequality(IntegrationServiceErrorCode, IntegrationServiceErrorCode)

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

適用対象