StorageMoverAgentStatus Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
StorageMoverAgentStatus(String) |
Initializes a new instance of StorageMoverAgentStatus. |
Properties
Executing |
Executing. |
Offline |
Offline. |
Online |
Online. |
Registering |
Registering. |
RequiresAttention |
RequiresAttention. |
Unregistering |
Unregistering. |
Methods
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
Equality(StorageMoverAgentStatus, StorageMoverAgentStatus) |
Determines if two StorageMoverAgentStatus values are the same. |
Implicit(String to StorageMoverAgentStatus) |
Converts a string to a StorageMoverAgentStatus. |
Inequality(StorageMoverAgentStatus, StorageMoverAgentStatus) |
Determines if two StorageMoverAgentStatus values are not the same. |
Applies to
Azure SDK for .NET