Share via


PolicyFragmentContentFormat Struct

Definition

The PolicyFragmentContentFormat.

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

Constructors

Name Description
PolicyFragmentContentFormat(String)

Initializes a new instance of PolicyFragmentContentFormat.

Properties

Name Description
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

Name Description
Equals(PolicyFragmentContentFormat)

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

Name Description
Equality(PolicyFragmentContentFormat, PolicyFragmentContentFormat)

Determines if two PolicyFragmentContentFormat values are the same.

Implicit(String to PolicyFragmentContentFormat)

Converts a String to a PolicyFragmentContentFormat.

Inequality(PolicyFragmentContentFormat, PolicyFragmentContentFormat)

Determines if two PolicyFragmentContentFormat values are not the same.

Applies to