Receive Locations - Create
建立接收位置
POST http://localhost/BizTalkManagementService/ReceiveLocations
要求本文
Media Types: "application/json", "text/json", "application/xml", "text/xml", "application/x-www-form-urlencoded"
名稱 | 類型 | Description |
---|---|---|
Address |
string |
配接器的 Address 屬性。 |
CustomData |
string |
自訂資料 |
Description |
string |
接收位置的描述。 |
Enable |
boolean |
接收位置的狀態。 |
EncryptionCert |
用來加密透過此埠傳送之資料的加密憑證。 |
|
FragmentMessages |
string |
片段訊息的欄位 |
IsPrimary |
boolean |
判斷接收位置是否為接收埠的主要接收位置 |
Name |
string |
接收位置的名稱。 |
PublicAddress |
string |
配接器的公用位址屬性。 |
ReceiveHandler |
string |
接收這個接收位置的處理常式。 |
ReceivePipeline |
string |
接收管線,用來在透過這個接收位置傳送訊息時接收回應。 |
ReceivePipelineData |
string |
自訂群組態,接收管線專屬於此管線使用實例的管線。 |
ReceivePortName |
string |
接收此接收位置所屬的埠名稱 |
Schedule |
服務視窗 |
|
SendPipeline |
string |
用來傳送透過此接收位置傳送資料的傳送管線。 |
SendPipelineData |
string |
此管線使用實例專屬的傳送管線自訂群組態。 |
TransportType |
string |
配接器的通訊協定。 |
TransportTypeData |
string |
配接器特有的組態。 |
回應
名稱 | 類型 | Description |
---|---|---|
204 No Content |
沒有內容 |
定義
名稱 | Description |
---|---|
Certificate |
加密憑證 |
Receive |
接收位置模型 |
Receive |
服務視窗 |
CertificateInfo
加密憑證
名稱 | 類型 | Description |
---|---|---|
CommonName |
string |
一般名稱 |
Thumbprint |
string |
憑證的指紋。 |
ReceiveLocation
接收位置模型
名稱 | 類型 | Description |
---|---|---|
Address |
string |
配接器的 Address 屬性。 |
CustomData |
string |
自訂資料 |
Description |
string |
接收位置的描述。 |
Enable |
boolean |
接收位置的狀態。 |
EncryptionCert |
用來加密透過此埠傳送之資料的加密憑證。 |
|
FragmentMessages |
string |
片段訊息的欄位 |
IsPrimary |
boolean |
判斷接收位置是否為接收埠的主要接收位置 |
Name |
string |
接收位置的名稱。 |
PublicAddress |
string |
配接器的公用位址屬性。 |
ReceiveHandler |
string |
接收這個接收位置的處理常式。 |
ReceivePipeline |
string |
接收管線,用來在透過這個接收位置傳送訊息時接收回應。 |
ReceivePipelineData |
string |
自訂群組態,接收管線專屬於此管線使用實例的管線。 |
ReceivePortName |
string |
接收此接收位置所屬的埠名稱 |
Schedule |
服務視窗 |
|
SendPipeline |
string |
用來傳送透過此接收位置傳送資料的傳送管線。 |
SendPipelineData |
string |
此管線使用實例專屬的傳送管線自訂群組態。 |
TransportType |
string |
配接器的通訊協定。 |
TransportTypeData |
string |
配接器特有的組態。 |
ReceiveLocationSchedule
服務視窗
名稱 | 類型 | Description |
---|---|---|
EndDate |
string |
服務視窗的結束日期 |
EndDateEnabled |
boolean |
旗標,指出服務視窗的結束日期是否已啟用。 |
FromTime |
string |
服務視窗的開始時間。 |
ServiceWindowEnabled |
boolean |
指定是否啟用服務視窗的旗標。 |
StartDate |
string |
服務視窗的開始日期 |
StartDateEnabled |
boolean |
旗標,指出服務視窗的開始日期是否已啟用。 |
ToTime |
string |
服務時段的結束時間。 |