Freigeben über


MccCacheNodeBgpReviewState Struct

Definition

Cache node resource Bgp review state as integer.

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

Constructors

Name Description
MccCacheNodeBgpReviewState(String)

Initializes a new instance of MccCacheNodeBgpReviewState.

Properties

Name Description
Approved

bgp is in Approved state.

AttentionRequired

bgp is setup need an attention for more troubleshoot.

InReview

bgp is in review state.

NotConfigured

bgp not configured.

Methods

Name Description
Equals(MccCacheNodeBgpReviewState)

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

Determines if two MccCacheNodeBgpReviewState values are the same.

Implicit(String to MccCacheNodeBgpReviewState)

Converts a String to a MccCacheNodeBgpReviewState.

Inequality(MccCacheNodeBgpReviewState, MccCacheNodeBgpReviewState)

Determines if two MccCacheNodeBgpReviewState values are not the same.

Applies to