Freigeben über


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

Name Description
ScopeConnectionState(String)

Initializes a new instance of ScopeConnectionState.

Properties

Name Description
Conflict

Conflict.

Connected

Connected.

Pending

Pending.

Rejected

Rejected.

Revoked

Revoked.

Methods

Name Description
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

Name Description
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