次の方法で共有


IntegrationServiceErrorCode(String) コンストラクター

定義

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

public IntegrationServiceErrorCode (string value);
new Azure.ResourceManager.Logic.Models.IntegrationServiceErrorCode : string -> Azure.ResourceManager.Logic.Models.IntegrationServiceErrorCode
Public Sub New (value As String)

パラメーター

value
String

例外

value が null です。

適用対象