Share via


ScopeConnectionState Struct

Definition

The current scope connection state.

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

Constructors

ScopeConnectionState(String)

Initializes a new instance of ScopeConnectionState.

Properties

Conflict

Conflict.

Connected

Connected.

Pending

Pending.

Rejected

Rejected.

Revoked

Revoked.

Methods

Equals(ScopeConnectionState)

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

Determines if two ScopeConnectionState values are the same.

Implicit(String to ScopeConnectionState)

Converts a string to a ScopeConnectionState.

Inequality(ScopeConnectionState, ScopeConnectionState)

Determines if two ScopeConnectionState values are not the same.

Applies to