ConnectionAnalyzerDiagnosticOperation 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.
The type of diagnostic operation to run on a connection analyzer.
public readonly struct ConnectionAnalyzerDiagnosticOperation : IEquatable<Azure.ResourceManager.Network.Models.ConnectionAnalyzerDiagnosticOperation>
type ConnectionAnalyzerDiagnosticOperation = struct
Public Structure ConnectionAnalyzerDiagnosticOperation
Implements IEquatable(Of ConnectionAnalyzerDiagnosticOperation)
- Inheritance
-
ConnectionAnalyzerDiagnosticOperation
- Implements
Constructors
| Name | Description |
|---|---|
| ConnectionAnalyzerDiagnosticOperation(String) |
Initializes a new instance of ConnectionAnalyzerDiagnosticOperation. |
Properties
| Name | Description |
|---|---|
| ConnectivityCheck |
Performs an end-to-end connectivity check between the source and destination. |
| ExpressRouteDiagnostic |
Runs Express Route specific diagnostics for the connection. |
| NextHop |
Determines the next hop for traffic from the source to the destination. |
| NSG |
Evaluates the network security group rules that apply to the traffic. |
| PortScan |
Scans the destination ports to determine their reachability. |
Methods
| Name | Description |
|---|---|
| Equals(ConnectionAnalyzerDiagnosticOperation) |
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(ConnectionAnalyzerDiagnosticOperation, ConnectionAnalyzerDiagnosticOperation) |
Determines if two ConnectionAnalyzerDiagnosticOperation values are the same. |
| Implicit(String to ConnectionAnalyzerDiagnosticOperation) |
Converts a string to a ConnectionAnalyzerDiagnosticOperation. |
| Implicit(String to Nullable<ConnectionAnalyzerDiagnosticOperation>) | |
| Inequality(ConnectionAnalyzerDiagnosticOperation, ConnectionAnalyzerDiagnosticOperation) |
Determines if two ConnectionAnalyzerDiagnosticOperation values are not the same. |