Skip to main content

Managedclustertype

Properties

NameTypeDescriptionNotes
IdStringManagedClusterType ID[optional] [readonly]
TypeStringManagedClusterType type name[required]
PodStringManagedClusterType pod[required]
OrgStringManagedClusterType org[required]
ManagedProcessIds[]StringList of processes for the cluster type[optional]

Examples

  • Prepare the resource
$Managedclustertype = Initialize-Managedclustertype  -Id aClusterTypeId `
-Type idn `
-Pod megapod-useast1 `
-Org denali-cjh `
-ManagedProcessIds ["someId","someId2"]
  • Convert the resource to JSON
$Managedclustertype | ConvertTo-JSON

[Back to top]