Skip to content

Latest commit

 

History

History
executable file
·
25 lines (19 loc) · 698 Bytes

Fs.md

File metadata and controls

executable file
·
25 lines (19 loc) · 698 Bytes

Fs

Properties

Name Type Description Notes
Mode String Mode the file was opened with [optional]
Conf String Configuration key the file path was derived from [optional]
Content String Content of the file [optional]

Examples

  • Prepare the resource
$Fs = Initialize-GrommunioAdminFs  -Mode null `
 -Conf null `
 -Content null
  • Convert the resource to JSON
$Fs | ConvertTo-JSON

[Back to Model list] [Back to API list] [Back to README]