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

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.

Applies to