Share via


IssueState Struct

Definition

Status of the issue.

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

Constructors

IssueState(String)

Initializes a new instance of IssueState.

Properties

Closed

The issue was closed.

Open

The issue is opened.

Proposed

The issue is proposed.

Removed

The issue was removed.

Resolved

The issue is now resolved.

Methods

Equals(IssueState)

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

Determines if two IssueState values are the same.

Implicit(String to IssueState)

Converts a string to a IssueState.

Inequality(IssueState, IssueState)

Determines if two IssueState values are not the same.

Applies to