LookingGlassCommand Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |