LocalVolumeSourceV1.FsType Property
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.
Gets or sets the filesystem type to be mounted. Examples of valid values include "ext4", "xfs", "ntfs", among others. If not specified, the default filesystem type for the operating system will be used.
[YamlDotNet.Serialization.YamlMember(Alias="fsType")]
public string FsType { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="fsType")>]
member this.FsType : string with get, set
Public Property FsType As String
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute