Share via


IssueType Struct

Definition

The type of issue.

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

Constructors

IssueType(String)

Initializes a new instance of IssueType.

Properties

AgentStopped

AgentStopped.

DnsResolution

DnsResolution.

GuestFirewall

GuestFirewall.

NetworkSecurityRule

NetworkSecurityRule.

Platform

Platform.

PortThrottled

PortThrottled.

SocketBind

SocketBind.

Unknown

Unknown.

UserDefinedRoute

UserDefinedRoute.

Methods

Equals(IssueType)

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

Determines if two IssueType values are the same.

Implicit(String to IssueType)

Converts a string to a IssueType.

Inequality(IssueType, IssueType)

Determines if two IssueType values are not the same.

Applies to