LookingGlassCommand Struct

Definition

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

Constructors

Name Description
LookingGlassCommand(String)

Initializes a new instance of LookingGlassCommand.

Properties

Name Description
BgpRoute

Gets the BgpRoute.

Ping

Gets the Ping.

Traceroute

Gets the Traceroute.

Methods

Name Description
Equals(LookingGlassCommand)

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

Determines if two LookingGlassCommand values are the same.

Implicit(String to LookingGlassCommand)

Converts a string to a LookingGlassCommand.

Implicit(String to Nullable<LookingGlassCommand>)
Inequality(LookingGlassCommand, LookingGlassCommand)

Determines if two LookingGlassCommand values are not the same.

Applies to