Udostępnij przez


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

Name Description
OperationStatusType(String)

Initializes a new instance of OperationStatusType.

Properties

Name Description
Complete

Complete.

Completed

Completed.

Failed

Failed.

Running

Running.

Methods

Name Description
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

Name Description
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