ServerEndpointSyncMode Struct

Definition

Sync mode for the server endpoint.

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

Constructors

ServerEndpointSyncMode(String)

Initializes a new instance of ServerEndpointSyncMode.

Properties

InitialFullDownload

InitialFullDownload.

InitialUpload

InitialUpload.

NamespaceDownload

NamespaceDownload.

Regular

Regular.

SnapshotUpload

SnapshotUpload.

Methods

Equals(ServerEndpointSyncMode)

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

Determines if two ServerEndpointSyncMode values are the same.

Implicit(String to ServerEndpointSyncMode)

Converts a string to a ServerEndpointSyncMode.

Inequality(ServerEndpointSyncMode, ServerEndpointSyncMode)

Determines if two ServerEndpointSyncMode values are not the same.

Applies to