ManagedClusterUpdatePreferences
Properties
Name | Type | Description | Notes |
---|---|---|---|
ProcessGroups | String | The processGroups for updatePreferences | [optional] |
UpdateState | Enum [ "AUTO", "DISABLED" ] | The current updateState for the cluster | [optional] |
NotificationEmail | String | The mail id to which new releases will be notified | [optional] |
Examples
- Prepare the resource
$ManagedClusterUpdatePreferences = Initialize-PSSailpoint.V2024ManagedClusterUpdatePreferences -ProcessGroups null `
-UpdateState DISABLED `
-NotificationEmail test@mail.com
- Convert the resource to JSON
$ManagedClusterUpdatePreferences | ConvertTo-JSON