StorageSyncOperationDirection Struct

Definition

Type of the Operation Direction.

public readonly struct StorageSyncOperationDirection : IEquatable<Azure.ResourceManager.StorageSync.Models.StorageSyncOperationDirection>
type StorageSyncOperationDirection = struct
Public Structure StorageSyncOperationDirection
Implements IEquatable(Of StorageSyncOperationDirection)
Inheritance
StorageSyncOperationDirection
Implements

Constructors

StorageSyncOperationDirection(String)

Initializes a new instance of StorageSyncOperationDirection.

Properties

Cancel

cancel.

Do

do.

Undo

undo.

Methods

Equals(StorageSyncOperationDirection)

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(StorageSyncOperationDirection, StorageSyncOperationDirection)

Determines if two StorageSyncOperationDirection values are the same.

Implicit(String to StorageSyncOperationDirection)

Converts a string to a StorageSyncOperationDirection.

Inequality(StorageSyncOperationDirection, StorageSyncOperationDirection)

Determines if two StorageSyncOperationDirection values are not the same.

Applies to