MaintenanceTestCategory Struct

Definition

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.

Applies to