Share via


PeeringState Struct

Definition

The status of the virtual network peering.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.PeeringStateTypeConverter))]
public struct PeeringState : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.PeeringState>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Databricks.Support.PeeringStateTypeConverter))>]
type PeeringState = struct
    interface IArgumentCompleter
Public Structure PeeringState
Implements IArgumentCompleter, IEquatable(Of PeeringState)
Inheritance
PeeringState
Attributes
Implements

Fields

Connected
Disconnected
Initiated

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(Object)

Compares values of enum type PeeringState (override for Object)

Equals(PeeringState)

Compares values of enum type PeeringState

GetHashCode()

Returns hashCode for enum PeeringState

ToString()

Returns string representation for PeeringState

Operators

Equality(PeeringState, PeeringState)

Overriding == operator for enum PeeringState

Implicit(PeeringState to String)

Implicit operator to convert PeeringState to string

Implicit(String to PeeringState)

Implicit operator to convert string to PeeringState

Inequality(PeeringState, PeeringState)

Overriding != operator for enum PeeringState

Applies to