ServerEndpointUpdateParameters Constructors
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.
Overloads
ServerEndpointUpdateParameters() |
Initializes a new instance of the ServerEndpointUpdateParameters class. |
ServerEndpointUpdateParameters(String, Nullable<Int32>, Nullable<Int32>, String, String, String) |
Initializes a new instance of the ServerEndpointUpdateParameters class. |
ServerEndpointUpdateParameters()
Initializes a new instance of the ServerEndpointUpdateParameters class.
public ServerEndpointUpdateParameters ();
Public Sub New ()
Applies to
ServerEndpointUpdateParameters(String, Nullable<Int32>, Nullable<Int32>, String, String, String)
Initializes a new instance of the ServerEndpointUpdateParameters class.
public ServerEndpointUpdateParameters (string cloudTiering = default, int? volumeFreeSpacePercent = default, int? tierFilesOlderThanDays = default, string offlineDataTransfer = default, string offlineDataTransferShareName = default, string localCacheMode = default);
new Microsoft.Azure.Management.StorageSync.Models.ServerEndpointUpdateParameters : string * Nullable<int> * Nullable<int> * string * string * string -> Microsoft.Azure.Management.StorageSync.Models.ServerEndpointUpdateParameters
Public Sub New (Optional cloudTiering As String = Nothing, Optional volumeFreeSpacePercent As Nullable(Of Integer) = Nothing, Optional tierFilesOlderThanDays As Nullable(Of Integer) = Nothing, Optional offlineDataTransfer As String = Nothing, Optional offlineDataTransferShareName As String = Nothing, Optional localCacheMode As String = Nothing)
Parameters
- cloudTiering
- String
Cloud Tiering. Possible values include: 'on', 'off'
Level of free space to be maintained by Cloud Tiering if it is enabled.
- offlineDataTransfer
- String
Offline data transfer. Possible values include: 'on', 'off'
- offlineDataTransferShareName
- String
Offline data transfer share name
- localCacheMode
- String
Policy for enabling follow-the-sun business models: link local cache to cloud behavior to pre-populate before local access. Possible values include: 'DownloadNewAndModifiedFiles', 'UpdateLocallyCachedFiles'
Applies to
Azure SDK for .NET