PolicyContentFormat Class

Definition

Defines values for PolicyContentFormat.

public static class PolicyContentFormat
type PolicyContentFormat = class
Public Class PolicyContentFormat
Inheritance
PolicyContentFormat

Fields

Rawxml

The contents are inline and Content type is a non XML encoded policy document.

RawxmlLink

The policy document is not Xml encoded and is hosted on a http endpoint accessible from the API Management service.

Xml

The contents are inline and Content type is an XML document.

XmlLink

The policy XML document is hosted on a http endpoint accessible from the API Management service.

Applies to