Policies - Remove From Application
Entfernen einer Richtlinie aus einer Anwendung
PUT http://localhost/BizTalkManagementService/Policies/RemoveFromApplication/{applicationName}/{policyName}/{majorVersion}/{minorVersion}
URI-Parameter
Name | In | Erforderlich | Typ | Beschreibung |
---|---|---|---|---|
application
|
path | True |
string |
Anwendungsname |
major
|
path | True |
integer int32 |
Hauptversion |
minor
|
path | True |
integer int32 |
Nebenversion |
policy
|
path | True |
string |
Richtlinienname |
Antworten
Name | Typ | Beschreibung |
---|---|---|
204 No Content |
Kein Inhalt |