ServerEndpointSyncActivityState Struct

Definition

Type of the sync activity state.

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

Constructors

ServerEndpointSyncActivityState(String)

Initializes a new instance of ServerEndpointSyncActivityState.

Properties

Download

Download.

Upload

Upload.

UploadAndDownload

UploadAndDownload.

Methods

Equals(ServerEndpointSyncActivityState)

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

Determines if two ServerEndpointSyncActivityState values are the same.

Implicit(String to ServerEndpointSyncActivityState)

Converts a string to a ServerEndpointSyncActivityState.

Inequality(ServerEndpointSyncActivityState, ServerEndpointSyncActivityState)

Determines if two ServerEndpointSyncActivityState values are not the same.

Applies to