BmpExportPolicy 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.
Export Policy for the BMP Configuration.
public readonly struct BmpExportPolicy : IEquatable<Azure.ResourceManager.ManagedNetworkFabric.Models.BmpExportPolicy>
type BmpExportPolicy = struct
Public Structure BmpExportPolicy
Implements IEquatable(Of BmpExportPolicy)
- Inheritance
-
BmpExportPolicy
- Implements
Constructors
| Name | Description |
|---|---|
| BmpExportPolicy(String) |
Initializes a new instance of BmpExportPolicy. |
Properties
| Name | Description |
|---|---|
| All |
BMP ExportPolicy All. |
| LocalRib |
BMP ExportPolicy LocalRib. |
| PostPolicy |
BMP ExportPolicy Post-Policy. |
| PrePolicy |
BMP ExportPolicy Pre-Policy. |
Methods
| Name | Description |
|---|---|
| Equals(BmpExportPolicy) |
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(BmpExportPolicy, BmpExportPolicy) |
Determines if two BmpExportPolicy values are the same. |
| Implicit(String to BmpExportPolicy) |
Converts a String to a BmpExportPolicy. |
| Inequality(BmpExportPolicy, BmpExportPolicy) |
Determines if two BmpExportPolicy values are not the same. |