Skip to main content

ManagedclusterUpdatePreferences

Properties

NameTypeDescriptionNotes
ProcessGroupsStringThe processGroups for updatePreferences[optional]
UpdateStateEnum [ "AUTO", "DISABLED" ]The current updateState for the cluster[optional]
NotificationEmailStringThe mail id to which new releases will be notified[optional]

Examples

  • Prepare the resource
$ManagedclusterUpdatePreferences = Initialize-ManagedclusterUpdatePreferences  -ProcessGroups processGroup1 `
-UpdateState DISABLED `
-NotificationEmail test@mail.com
  • Convert the resource to JSON
$ManagedclusterUpdatePreferences | ConvertTo-JSON

[Back to top]