StorageMoverAgentStatus Struct

Definition

The Agent status.

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

Constructors

Name Description
StorageMoverAgentStatus(String)

Initializes a new instance of StorageMoverAgentStatus.

Properties

Name Description
Executing

Gets the Executing.

Offline

Gets the Offline.

Online

Gets the Online.

Registering

Gets the Registering.

RequiresAttention

Gets the RequiresAttention.

Unregistering

Gets the Unregistering.

Methods

Name Description
Equals(StorageMoverAgentStatus)

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

Determines if two StorageMoverAgentStatus values are the same.

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

Converts a string to a StorageMoverAgentStatus.

Inequality(StorageMoverAgentStatus, StorageMoverAgentStatus)

Determines if two StorageMoverAgentStatus values are not the same.

Applies to