次の方法で共有


IUpdate.WithDataDiskDefaultCachingType(CachingTypes) メソッド

定義

マネージド データ ディスクの既定のキャッシュの種類を指定します。

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Update.IUpdate WithDataDiskDefaultCachingType (Microsoft.Azure.Management.Compute.Fluent.Models.CachingTypes cachingType);
abstract member WithDataDiskDefaultCachingType : Microsoft.Azure.Management.Compute.Fluent.Models.CachingTypes -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Update.IUpdate
Public Function WithDataDiskDefaultCachingType (cachingType As CachingTypes) As IUpdate

パラメーター

cachingType
CachingTypes

キャッシュの種類。

戻り値

適用対象