ArmStorageSyncModelFactory.StorageSyncServerEndpointPatch Method

Definition

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.

volumeFreeSpacePercent
Nullable<Int32>

Level of free space to be maintained by Cloud Tiering if it is enabled.

tierFilesOlderThanDays
Nullable<Int32>

Tier files older than days.

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.

Applies to