TaskUpdateActionType Struct

Definition

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

Constructors

Name Description
TaskUpdateActionType(String)

Initializes a new instance of TaskUpdateActionType.

Properties

Name Description
Activate

Activate.

Close

Close.

Dismiss

Dismiss.

Resolve

Resolve.

Start

Start.

Methods

Name Description
Equals(TaskUpdateActionType)

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

Determines if two TaskUpdateActionType values are the same.

Implicit(String to Nullable<TaskUpdateActionType>)
Implicit(String to TaskUpdateActionType)

Converts a string to a TaskUpdateActionType.

Inequality(TaskUpdateActionType, TaskUpdateActionType)

Determines if two TaskUpdateActionType values are not the same.

Applies to