ServerEndpointSyncMode Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET