CheckElasticVolumeFilePathAvailabilityContent(String) Constructor
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.
Initializes a new instance of CheckElasticVolumeFilePathAvailabilityContent.
public CheckElasticVolumeFilePathAvailabilityContent(string filePath);
new Azure.ResourceManager.NetApp.Models.CheckElasticVolumeFilePathAvailabilityContent : string -> Azure.ResourceManager.NetApp.Models.CheckElasticVolumeFilePathAvailabilityContent
Public Sub New (filePath As String)
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.
Exceptions
filePath is null.