OperationStatusType Struct

Definition

Enum representing the status of an async operation.

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

Constructors

OperationStatusType(String)

Initializes a new instance of OperationStatusType.

Properties

Complete

Complete.

Completed

Completed.

Failed

Failed.

Running

Running.

Methods

Equals(OperationStatusType)

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

Determines if two OperationStatusType values are the same.

Implicit(String to OperationStatusType)

Converts a string to a OperationStatusType.

Inequality(OperationStatusType, OperationStatusType)

Determines if two OperationStatusType values are not the same.

Applies to