Policies - Add To Application
Add policy to an Application
PUT http://localhost/BizTalkManagementService/Policies/AddToApplication/{applicationName}/{policyName}/{majorVersion}/{minorVersion}
URI Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
|
application
|
path | True |
string |
Application name |
|
major
|
path | True |
integer (int32) |
Major version |
|
minor
|
path | True |
integer (int32) |
Minor Version |
|
policy
|
path | True |
string |
Policy name |
Responses
| Name | Type | Description |
|---|---|---|
| 204 No Content |
No Content |