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
WorkloadOperationType(String) |
Initializes a new instance of WorkloadOperationType. |
Properties
Invalid |
Invalid. |
Register |
Register. |
Reregister |
Reregister. |
Methods
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
Equality(WorkloadOperationType, WorkloadOperationType) |
Determines if two WorkloadOperationType values are the same. |
Implicit(String to WorkloadOperationType) |
Converts a string to a WorkloadOperationType. |
Inequality(WorkloadOperationType, WorkloadOperationType) |
Determines if two WorkloadOperationType values are not the same. |
Applies to
Azure SDK for .NET