Udostępnij za pośrednictwem


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

StorageSyncWorkflowStatus(String)

Initializes a new instance of StorageSyncWorkflowStatus.

Properties

Aborted

aborted.

Active

active.

Expired

expired.

Failed

failed.

Succeeded

succeeded.

Methods

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

Equality(StorageSyncWorkflowStatus, StorageSyncWorkflowStatus)

Determines if two StorageSyncWorkflowStatus values are the same.

Implicit(String to StorageSyncWorkflowStatus)

Converts a string to a StorageSyncWorkflowStatus.

Inequality(StorageSyncWorkflowStatus, StorageSyncWorkflowStatus)

Determines if two StorageSyncWorkflowStatus values are not the same.

Applies to