StorageSyncWorkflowStatus Struct

Definition

Type of the Workflow Status.

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

Constructors

Name Description
StorageSyncWorkflowStatus(String)

Initializes a new instance of StorageSyncWorkflowStatus.

Properties

Name Description
Aborted

Gets the Aborted.

Active

Gets the Active.

Expired

Gets the Expired.

Failed

Gets the Failed.

Succeeded

Gets the Succeeded.

Methods

Name Description
Equals(StorageSyncWorkflowStatus)

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

Determines if two StorageSyncWorkflowStatus values are the same.

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

Converts a string to a StorageSyncWorkflowStatus.

Inequality(StorageSyncWorkflowStatus, StorageSyncWorkflowStatus)

Determines if two StorageSyncWorkflowStatus values are not the same.

Applies to