WorkloadOperationType 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.
Re-Do Operation.
public readonly struct WorkloadOperationType : IEquatable<Azure.ResourceManager.RecoveryServicesBackup.Models.WorkloadOperationType>
type WorkloadOperationType = struct
Public Structure WorkloadOperationType
Implements IEquatable(Of WorkloadOperationType)
- Inheritance
-
WorkloadOperationType
- Implements
Constructors
| Name | Description |
|---|---|
| WorkloadOperationType(String) |
Initializes a new instance of WorkloadOperationType. |
Properties
| Name | Description |
|---|---|
| Invalid |
Gets the Invalid. |
| Register |
Gets the Register. |
| Rehydrate |
Gets the Rehydrate. |
| Reregister |
Gets the Reregister. |
Methods
| Name | Description |
|---|---|
| Equals(WorkloadOperationType) |
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(WorkloadOperationType, WorkloadOperationType) |
Determines if two WorkloadOperationType values are the same. |
| Implicit(String to Nullable<WorkloadOperationType>) | |
| Implicit(String to WorkloadOperationType) |
Converts a string to a WorkloadOperationType. |
| Inequality(WorkloadOperationType, WorkloadOperationType) |
Determines if two WorkloadOperationType values are not the same. |