PolicyFragmentContentFormat 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.
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
Azure SDK for .NET