Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 664 Bytes

File metadata and controls

25 lines (19 loc) · 664 Bytes

Suffix

Properties

Name Type Description Notes
Id String [optional]
FullSuffix String [optional]
Alternates SuffixAlternates [optional]

Examples

  • Prepare the resource
$Suffix = Initialize-RealGreenSaPSSuffix  -Id null `
 -FullSuffix null `
 -Alternates null
  • Convert the resource to JSON
$Suffix | ConvertTo-JSON

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