Skip to content

Latest commit

 

History

History
executable file
·
21 lines (15 loc) · 590 Bytes

PutConfigFileRequest.md

File metadata and controls

executable file
·
21 lines (15 loc) · 590 Bytes

PutConfigFileRequest

Properties

Name Type Description Notes
VarData System.Collections.Hashtable [optional]

Examples

  • Prepare the resource
$PutConfigFileRequest = Initialize-GrommunioAdminPutConfigFileRequest  -VarData null
  • Convert the resource to JSON
$PutConfigFileRequest | ConvertTo-JSON

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