PolicyContentFormat Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET