PolicyContentFormat type

Defines values for PolicyContentFormat.
KnownPolicyContentFormat can be used interchangeably with PolicyContentFormat, this enum contains the known values that the service supports.

Known values supported by the service

xml: The contents are inline and Content type is an XML document.
xml-link: The policy XML document is hosted on a HTTP endpoint accessible from the API Management service.
rawxml: The contents are inline and Content type is a non XML encoded policy document.
rawxml-link: The policy document is not XML encoded and is hosted on a HTTP endpoint accessible from the API Management service.

type PolicyContentFormat = string