updateAccountSettings
inline suspend fun ResourceGroupsClient.updateAccountSettings(crossinline block: UpdateAccountSettingsRequest.Builder.() -> Unit): UpdateAccountSettingsResponse
Turns on or turns off optional features in Resource Groups.
The preceding example shows that the request to turn on group lifecycle events is IN_PROGRESS
. You can call the GetAccountSettings operation to check for completion by looking for GroupLifecycleEventsStatus
to change to ACTIVE
.