PolicyContentFormat Struct
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.
Format of the policyContent.
public readonly struct PolicyContentFormat : IEquatable<Azure.ResourceManager.ApiManagement.Models.PolicyContentFormat>
type PolicyContentFormat = struct
Public Structure PolicyContentFormat
Implements IEquatable(Of PolicyContentFormat)
- Inheritance
-
PolicyContentFormat
- Implements
Constructors
PolicyContentFormat(String) |
Initializes a new instance of PolicyContentFormat. |
Properties
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. |
Methods
Equals(PolicyContentFormat) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(PolicyContentFormat, PolicyContentFormat) |
Determines if two PolicyContentFormat values are the same. |
Implicit(String to PolicyContentFormat) |
Converts a string to a PolicyContentFormat. |
Inequality(PolicyContentFormat, PolicyContentFormat) |
Determines if two PolicyContentFormat values are not the same. |
Applies to
Azure SDK for .NET