ArmNetAppModelFactory.CheckElasticVolumeFilePathAvailabilityContent 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.CheckElasticVolumeFilePathAvailabilityContent CheckElasticVolumeFilePathAvailabilityContent(string filePath = default);
static member CheckElasticVolumeFilePathAvailabilityContent : string -> Azure.ResourceManager.NetApp.Models.CheckElasticVolumeFilePathAvailabilityContent
Public Shared Function CheckElasticVolumeFilePathAvailabilityContent (Optional filePath As String = Nothing) As CheckElasticVolumeFilePathAvailabilityContent
Parameters
- filePath
- String
A unique file path for the volume. Used when creating mount targets. This needs to be unique within the elastic capacity pool.
Returns
A new CheckElasticVolumeFilePathAvailabilityContent instance for mocking.