Share via


PolicyContentFormat Struct

Definition

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