ArmNetAppModelFactory.NetAppSubvolumeInfoPatch 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.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
- path
- String
path to the subvolume.
Returns
A new NetAppSubvolumeInfoPatch instance for mocking.