Share via


ConnectivityIssueType Struct

Definition

The type of issue.

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

Constructors

ConnectivityIssueType(String)

Initializes a new instance of ConnectivityIssueType.

Properties

AgentStopped

AgentStopped.

DnsResolution

DnsResolution.

GuestFirewall

GuestFirewall.

NetworkSecurityRule

NetworkSecurityRule.

Platform

Platform.

PortThrottled

PortThrottled.

SocketBind

SocketBind.

Unknown

Unknown.

UserDefinedRoute

UserDefinedRoute.

Methods

Equals(ConnectivityIssueType)

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

Equality(ConnectivityIssueType, ConnectivityIssueType)

Determines if two ConnectivityIssueType values are the same.

Implicit(String to ConnectivityIssueType)

Converts a string to a ConnectivityIssueType.

Inequality(ConnectivityIssueType, ConnectivityIssueType)

Determines if two ConnectivityIssueType values are not the same.

Applies to