ArmStorageSyncModelFactory.StorageSyncServerEndpointPatch Method
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.
public static Azure.ResourceManager.StorageSync.Models.StorageSyncServerEndpointPatch StorageSyncServerEndpointPatch(Azure.ResourceManager.StorageSync.Models.StorageSyncFeatureStatus? cloudTiering = default, int? volumeFreeSpacePercent = default, int? tierFilesOlderThanDays = default, Azure.ResourceManager.StorageSync.Models.StorageSyncFeatureStatus? offlineDataTransfer = default, string offlineDataTransferShareName = default, Azure.ResourceManager.StorageSync.Models.LocalCacheMode? localCacheMode = default);
static member StorageSyncServerEndpointPatch : Nullable<Azure.ResourceManager.StorageSync.Models.StorageSyncFeatureStatus> * Nullable<int> * Nullable<int> * Nullable<Azure.ResourceManager.StorageSync.Models.StorageSyncFeatureStatus> * string * Nullable<Azure.ResourceManager.StorageSync.Models.LocalCacheMode> -> Azure.ResourceManager.StorageSync.Models.StorageSyncServerEndpointPatch
Public Shared Function StorageSyncServerEndpointPatch (Optional cloudTiering As Nullable(Of StorageSyncFeatureStatus) = Nothing, Optional volumeFreeSpacePercent As Nullable(Of Integer) = Nothing, Optional tierFilesOlderThanDays As Nullable(Of Integer) = Nothing, Optional offlineDataTransfer As Nullable(Of StorageSyncFeatureStatus) = Nothing, Optional offlineDataTransferShareName As String = Nothing, Optional localCacheMode As Nullable(Of LocalCacheMode) = Nothing) As StorageSyncServerEndpointPatch
Parameters
- cloudTiering
- Nullable<StorageSyncFeatureStatus>
Cloud Tiering.
Level of free space to be maintained by Cloud Tiering if it is enabled.
- offlineDataTransfer
- Nullable<StorageSyncFeatureStatus>
Offline data transfer.
- offlineDataTransferShareName
- String
Offline data transfer share name.
- localCacheMode
- Nullable<LocalCacheMode>
Policy for enabling follow-the-sun business models: link local cache to cloud behavior to pre-populate before local access.
Returns
A new StorageSyncServerEndpointPatch instance for mocking.