MaintenanceTestCategory 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 type of maintenance that can occur during an ExpressRoute failover test.
public readonly struct MaintenanceTestCategory : IEquatable<Azure.ResourceManager.Network.Models.MaintenanceTestCategory>
type MaintenanceTestCategory = struct
Public Structure MaintenanceTestCategory
Implements IEquatable(Of MaintenanceTestCategory)
- Inheritance
-
MaintenanceTestCategory
- Implements
Constructors
| Name | Description |
|---|---|
| MaintenanceTestCategory(String) |
Initializes a new instance of MaintenanceTestCategory. |
Properties
| Name | Description |
|---|---|
| ASPathPrepend |
AS path prepend test category. |
| BgpDisconnect |
BGP disconnect test category. |
Methods
| Name | Description |
|---|---|
| Equals(MaintenanceTestCategory) |
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(MaintenanceTestCategory, MaintenanceTestCategory) |
Determines if two MaintenanceTestCategory values are the same. |
| Implicit(String to MaintenanceTestCategory) |
Converts a string to a MaintenanceTestCategory. |
| Implicit(String to Nullable<MaintenanceTestCategory>) | |
| Inequality(MaintenanceTestCategory, MaintenanceTestCategory) |
Determines if two MaintenanceTestCategory values are not the same. |