Udostępnij przez


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

InitialFullDownload.

InitialUpload

InitialUpload.

NamespaceDownload

NamespaceDownload.

Regular

Regular.

SnapshotUpload

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

Converts a String to a ServerEndpointSyncMode.

Inequality(ServerEndpointSyncMode, ServerEndpointSyncMode)

Determines if two ServerEndpointSyncMode values are not the same.

Applies to