Freigeben über


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

Name Description
ServerEndpointSyncActivityState(String)

Initializes a new instance of ServerEndpointSyncActivityState.

Properties

Name Description
Download

Download.

Upload

Upload.

UploadAndDownload

UploadAndDownload.

Methods

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

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