Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 664 Bytes

File metadata and controls

23 lines (17 loc) · 664 Bytes

PatchConfigFileRequest

Properties

Name Type Description Notes
Name String New file name [optional]
VarData System.Collections.Hashtable [optional]

Examples

  • Prepare the resource
$PatchConfigFileRequest = Initialize-GrommunioAdminPatchConfigFileRequest  -Name null `
 -VarData null
  • Convert the resource to JSON
$PatchConfigFileRequest | ConvertTo-JSON

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