Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 657 Bytes

File metadata and controls

21 lines (15 loc) · 657 Bytes

PatchServiceFilesRequest

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
$PatchServiceFilesRequest = Initialize-GrommunioAdminPatchServiceFilesRequest  -Name null
  • Convert the resource to JSON
$PatchServiceFilesRequest | ConvertTo-JSON

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