Share via


IssueOrigin Struct

Definition

The origin of the issue.

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

Constructors

IssueOrigin(String)

Initializes a new instance of IssueOrigin.

Properties

Inbound

Inbound.

Local

Local.

Outbound

Outbound.

Methods

Equals(IssueOrigin)

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

Determines if two IssueOrigin values are the same.

Implicit(String to IssueOrigin)

Converts a string to a IssueOrigin.

Inequality(IssueOrigin, IssueOrigin)

Determines if two IssueOrigin values are not the same.

Applies to