다음을 통해 공유


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

Name Description
ConnectivityIssueType(String)

Initializes a new instance of ConnectivityIssueType.

Properties

Name Description
AgentStopped

AgentStopped.

DnsResolution

DnsResolution.

GuestFirewall

GuestFirewall.

NetworkSecurityRule

NetworkSecurityRule.

Platform

Platform.

PortThrottled

PortThrottled.

SocketBind

SocketBind.

Unknown

Unknown.

UserDefinedRoute

UserDefinedRoute.

Methods

Name Description
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

Name Description
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