GitHubIssueEvent Struct

Definition

Known GitHub issue events that can fire a routine.

public readonly struct GitHubIssueEvent : IEquatable<Azure.AI.Projects.GitHubIssueEvent>
type GitHubIssueEvent = struct
Public Structure GitHubIssueEvent
Implements IEquatable(Of GitHubIssueEvent)
Inheritance
GitHubIssueEvent
Implements

Constructors

Name Description
GitHubIssueEvent(String)

Initializes a new instance of GitHubIssueEvent.

Properties

Name Description
Closed

The routine fires when a GitHub issue is closed.

Opened

The routine fires when a GitHub issue is opened.

Methods

Name Description
Equals(GitHubIssueEvent)

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

Determines if two GitHubIssueEvent values are the same.

Implicit(String to GitHubIssueEvent)

Converts a string to a GitHubIssueEvent.

Implicit(String to Nullable<GitHubIssueEvent>)
Inequality(GitHubIssueEvent, GitHubIssueEvent)

Determines if two GitHubIssueEvent values are not the same.

Applies to