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

PolicyFragmentContentFormat(String)

Initializes a new instance of PolicyFragmentContentFormat.

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(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

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