Skip to main content

LifecycleOwnerReference

Properties

NameTypeDescriptionNotes
TypeEnum [ "IDENTITY", "WORKGROUP" ]Owner reference type.[optional]
IdStringIdentifier of the owner.[optional]
NameStringDisplay name of the owner.[optional]

Examples

  • Prepare the resource
$LifecycleOwnerReference = Initialize-LifecycleOwnerReference  -Type IDENTITY `
-Id 2c9180858082150f0180893dbaf44201 `
-Name Pat Manager
  • Convert the resource to JSON
$LifecycleOwnerReference | ConvertTo-JSON

[Back to top]