IssueOrigin 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 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
Azure SDK for .NET