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

Name Description
ServerEndpointSyncMode(String)

Initializes a new instance of ServerEndpointSyncMode.

Properties

Name Description
InitialFullDownload

Gets the InitialFullDownload.

InitialUpload

Gets the InitialUpload.

NamespaceDownload

Gets the NamespaceDownload.

Regular

Gets the Regular.

SnapshotUpload

Gets the SnapshotUpload.

Methods

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

Name Description
Equality(ServerEndpointSyncMode, ServerEndpointSyncMode)

Determines if two ServerEndpointSyncMode values are the same.

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

Converts a string to a ServerEndpointSyncMode.

Inequality(ServerEndpointSyncMode, ServerEndpointSyncMode)

Determines if two ServerEndpointSyncMode values are not the same.

Applies to