ServerEndpointUpdateParameters Class
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.
Parameters for updating an Server Endpoint.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ServerEndpointUpdateParameters
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ServerEndpointUpdateParameters = class
Public Class ServerEndpointUpdateParameters
- Inheritance
-
ServerEndpointUpdateParameters
- Attributes
Constructors
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. |
Properties
CloudTiering |
Gets or sets cloud Tiering. Possible values include: 'on', 'off' |
LocalCacheMode |
Gets or sets 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' |
OfflineDataTransfer |
Gets or sets offline data transfer. Possible values include: 'on', 'off' |
OfflineDataTransferShareName |
Gets or sets offline data transfer share name |
TierFilesOlderThanDays |
Gets or sets tier files older than days. |
VolumeFreeSpacePercent |
Gets or sets level of free space to be maintained by Cloud Tiering if it is enabled. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET