你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ProtectedItemDynamicMemoryConfig(Int64, Int64, Int32) 构造函数

定义

初始化 ProtectedItemDynamicMemoryConfig 的新实例。

public ProtectedItemDynamicMemoryConfig (long maximumMemoryInMegaBytes, long minimumMemoryInMegaBytes, int targetMemoryBufferPercentage);
new Azure.ResourceManager.RecoveryServicesDataReplication.Models.ProtectedItemDynamicMemoryConfig : int64 * int64 * int -> Azure.ResourceManager.RecoveryServicesDataReplication.Models.ProtectedItemDynamicMemoryConfig
Public Sub New (maximumMemoryInMegaBytes As Long, minimumMemoryInMegaBytes As Long, targetMemoryBufferPercentage As Integer)

参数

maximumMemoryInMegaBytes
Int64

获取或设置最大内存(以 MB 为单位)。

minimumMemoryInMegaBytes
Int64

获取或设置最小内存(以 MB 为单位)。

targetMemoryBufferPercentage
Int32

获取或设置 %中的目标内存缓冲区。

适用于