JobRunScanStatus Struct

Definition

The status of Agent's scanning of source.

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

Constructors

Name Description
JobRunScanStatus(String)

Initializes a new instance of JobRunScanStatus.

Properties

Name Description
Completed

Gets the Completed.

NotStarted

Gets the NotStarted.

Scanning

Gets the Scanning.

Methods

Name Description
Equals(JobRunScanStatus)

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

Determines if two JobRunScanStatus values are the same.

Implicit(String to JobRunScanStatus)

Converts a string to a JobRunScanStatus.

Implicit(String to Nullable<JobRunScanStatus>)
Inequality(JobRunScanStatus, JobRunScanStatus)

Determines if two JobRunScanStatus values are not the same.

Applies to