PolicyExportFormat 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 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
| Name | Description |
|---|---|
| PolicyExportFormat(String) |
Initializes a new instance of PolicyExportFormat. |
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(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
| Name | Description |
|---|---|
| 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. |