Share via


BfdEnabled Struct

Definition

The indicator to determine if automatic allocation from the pool should occur.

public readonly struct BfdEnabled : IEquatable<Azure.ResourceManager.NetworkCloud.Models.BfdEnabled>
type BfdEnabled = struct
Public Structure BfdEnabled
Implements IEquatable(Of BfdEnabled)
Inheritance
BfdEnabled
Implements

Constructors

BfdEnabled(String)

Initializes a new instance of BfdEnabled.

Properties

False

False.

True

True.

Methods

Equals(BfdEnabled)

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(BfdEnabled, BfdEnabled)

Determines if two BfdEnabled values are the same.

Implicit(String to BfdEnabled)

Converts a string to a BfdEnabled.

Inequality(BfdEnabled, BfdEnabled)

Determines if two BfdEnabled values are not the same.

Applies to