X12EnvelopeOverride コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
X12EnvelopeOverride() | |
X12EnvelopeOverride(String, String, String, String, String, String, String, X12DateFormat, X12TimeFormat, String) |
X12EnvelopeOverride()
public X12EnvelopeOverride ();
Public Sub New ()
適用対象
X12EnvelopeOverride(String, String, String, String, String, String, String, X12DateFormat, X12TimeFormat, String)
public X12EnvelopeOverride (string targetNamespace, string protocolVersion, string messageId, string responsibleAgencyCode, string headerVersion, string senderApplicationId, string receiverApplicationId, Microsoft.Azure.Management.Logic.Fluent.Models.X12DateFormat dateFormat, Microsoft.Azure.Management.Logic.Fluent.Models.X12TimeFormat timeFormat, string functionalIdentifierCode = default);
new Microsoft.Azure.Management.Logic.Fluent.Models.X12EnvelopeOverride : string * string * string * string * string * string * string * Microsoft.Azure.Management.Logic.Fluent.Models.X12DateFormat * Microsoft.Azure.Management.Logic.Fluent.Models.X12TimeFormat * string -> Microsoft.Azure.Management.Logic.Fluent.Models.X12EnvelopeOverride
Public Sub New (targetNamespace As String, protocolVersion As String, messageId As String, responsibleAgencyCode As String, headerVersion As String, senderApplicationId As String, receiverApplicationId As String, dateFormat As X12DateFormat, timeFormat As X12TimeFormat, Optional functionalIdentifierCode As String = Nothing)
パラメーター
- targetNamespace
- String
- protocolVersion
- String
- messageId
- String
- responsibleAgencyCode
- String
- headerVersion
- String
- senderApplicationId
- String
- receiverApplicationId
- String
- dateFormat
- X12DateFormat
- timeFormat
- X12TimeFormat
- functionalIdentifierCode
- String
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET