Share via


PolicyExportFormat Struct

Definition

The PolicyExportFormat.

public readonly struct PolicyExportFormat : IEquatable<Azure.ResourceManager.ApiManagement.Models.PolicyExportFormat>
type PolicyExportFormat = struct
Public Structure PolicyExportFormat
Implements IEquatable(Of PolicyExportFormat)
Inheritance
PolicyExportFormat
Implements

Constructors

PolicyExportFormat(String)

Initializes a new instance of PolicyExportFormat.

Properties

RawXml

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

Xml

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

Methods

Equals(PolicyExportFormat)

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(PolicyExportFormat, PolicyExportFormat)

Determines if two PolicyExportFormat values are the same.

Implicit(String to PolicyExportFormat)

Converts a string to a PolicyExportFormat.

Inequality(PolicyExportFormat, PolicyExportFormat)

Determines if two PolicyExportFormat values are not the same.

Applies to