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

Name Description
StorageSyncOperationDirection(String)

Initializes a new instance of StorageSyncOperationDirection.

Properties

Name Description
Cancel

Gets the Cancel.

Do

Gets the Do.

Undo

Gets the Undo.

Methods

Name Description
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

Name Description
Equality(StorageSyncOperationDirection, StorageSyncOperationDirection)

Determines if two StorageSyncOperationDirection values are the same.

Implicit(String to Nullable<StorageSyncOperationDirection>)
Implicit(String to StorageSyncOperationDirection)

Converts a string to a StorageSyncOperationDirection.

Inequality(StorageSyncOperationDirection, StorageSyncOperationDirection)

Determines if two StorageSyncOperationDirection values are not the same.

Applies to