Skip to main content

Sourceclusterdto

Properties

NameTypeDescriptionNotes
TypeEnum [ "CLUSTER" ]Source cluster DTO type.[optional]
IdStringSource cluster ID.[optional]
NameStringSource cluster display name.[optional]

Examples

  • Prepare the resource
$Sourceclusterdto = Initialize-Sourceclusterdto  -Type CLUSTER `
-Id 2c9180847a7fccdd017aa5896f9f4f6f `
-Name Training VA
  • Convert the resource to JSON
$Sourceclusterdto | ConvertTo-JSON

[Back to top]