Skip to main content

Managedclusterattributes

Properties

NameTypeDescriptionNotes
QueueManagedclusterqueue[optional]
KeystoreStringManagedCluster keystore for spConnectCluster type[optional]

Examples

  • Prepare the resource
$Managedclusterattributes = Initialize-Managedclusterattributes  -Queue null `
-Keystore /u3+7QAAAAIAAAABAAAAAQAvL3Byb3h5LWNsdXN0ZXIvMmM5MTgwODc3Yjg3MW
  • Convert the resource to JSON
$Managedclusterattributes | ConvertTo-JSON

[Back to top]