Share via


WorkloadOperationType Struct

Definition

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