Skip to content

Latest commit

 

History

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

SystemDbconfRequest.md

File metadata and controls

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

SystemDbconfRequest

Properties

Name Type Description Notes
Name String New service name. If a service with this name exists, configurations are merged [optional]

Examples

  • Prepare the resource
$SystemDbconfRequest = Initialize-GrommunioAdminSystemDbconfRequest  -Name null
  • Convert the resource to JSON
$SystemDbconfRequest | ConvertTo-JSON

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