共用方式為


Receive Locations - Get Receive Location

取得接收埠的接收位置

GET http://localhost/BizTalkManagementService/ReceiveLocations/{receivePortName}/{receiveLocationName}

URI 參數

名稱 位於 必要 類型 Description
receiveLocationName
path True

string

receivePortName
path True

string

回應

名稱 類型 Description
200 OK

ReceiveLocation

確定

Media Types: "application/json", "text/json", "application/xml", "text/xml"

定義

名稱 Description
CertificateInfo

加密憑證

ReceiveLocation

接收位置模型

ReceiveLocationSchedule

服務視窗

CertificateInfo

加密憑證

名稱 類型 Description
CommonName

string

一般名稱

Thumbprint

string

憑證的指紋。

ReceiveLocation

接收位置模型

名稱 類型 Description
Address

string

配接器的 Address 屬性。

CustomData

string

自訂資料

Description

string

接收位置的描述。

Enable

boolean

接收位置的狀態。

EncryptionCert

CertificateInfo

用來加密透過此埠傳送之資料的加密憑證。

FragmentMessages

string

欄位到片段訊息

IsPrimary

boolean

判斷接收位置是否為接收埠的主要接收位置

Name

string

接收位置的名稱。

PublicAddress

string

配接器的公用位址屬性。

ReceiveHandler

string

接收這個接收位置的處理常式。

ReceivePipeline

string

透過這個接收位置傳送訊息時,用來接收回應的接收管線。

ReceivePipelineData

string

此管線使用量實例專屬的接收管線自訂群組態。

ReceivePortName

string

接收此接收位置所屬的埠名稱

Schedule

ReceiveLocationSchedule

服務視窗

SendPipeline

string

傳送管線,用來傳送透過這個接收位置傳送的資料。

SendPipelineData

string

此管線使用量實例專屬的傳送管線自訂群組態。

TransportType

string

配接器的通訊協定。

TransportTypeData

string

配接器特定的組態。

ReceiveLocationSchedule

服務視窗

名稱 類型 Description
EndDate

string

服務視窗的結束日期

EndDateEnabled

boolean

旗標,指出服務視窗的結束日期是否已啟用。

FromTime

string

服務時段的開始時間。

ServiceWindowEnabled

boolean

指定是否啟用服務視窗的旗標。

StartDate

string

服務視窗的開始日期

StartDateEnabled

boolean

旗標,指出服務視窗的開始日期是否已啟用。

ToTime

string

服務時段的結束時間。