ArmNetAppModelFactory.NetAppSubvolumeInfoPatch Method

Definition

public static Azure.ResourceManager.NetApp.Models.NetAppSubvolumeInfoPatch NetAppSubvolumeInfoPatch(long? size = default, string path = default);
static member NetAppSubvolumeInfoPatch : Nullable<int64> * string -> Azure.ResourceManager.NetApp.Models.NetAppSubvolumeInfoPatch
Public Shared Function NetAppSubvolumeInfoPatch (Optional size As Nullable(Of Long) = Nothing, Optional path As String = Nothing) As NetAppSubvolumeInfoPatch

Parameters

size
Nullable<Int64>

Truncate subvolume to the provided size in bytes.

path
String

path to the subvolume.

Returns

A new NetAppSubvolumeInfoPatch instance for mocking.

Applies to