excludedActions

@JvmName(name = "dgndamdcpntcwdqc")
suspend fun excludedActions(value: Output<List<String>>)
@JvmName(name = "dqgtkkldtiwswtjh")
suspend fun excludedActions(value: List<String>?)

/*

Parameters

value

List of management operations that are excluded from blueprint locks. Up to 200 actions are permitted. If the lock mode is set to 'AllResourcesReadOnly', then the following actions are automatically appended to 'excludedActions': '*/read', 'Microsoft.Network/virtualNetworks/subnets/join/action' and 'Microsoft.Authorization/locks/delete'. If the lock mode is set to 'AllResourcesDoNotDelete', then the following actions are automatically appended to 'excludedActions': 'Microsoft.Authorization/locks/delete'. Duplicate actions will get removed.


@JvmName(name = "gajptqtybipmnleo")
suspend fun excludedActions(vararg values: Output<String>)


@JvmName(name = "cdrxqmgpdtuqjdxb")
suspend fun excludedActions(values: List<Output<String>>)
@JvmName(name = "vngttuywdwxjcsek")
suspend fun excludedActions(vararg values: String)

/*

Parameters

values

List of management operations that are excluded from blueprint locks. Up to 200 actions are permitted. If the lock mode is set to 'AllResourcesReadOnly', then the following actions are automatically appended to 'excludedActions': '*/read', 'Microsoft.Network/virtualNetworks/subnets/join/action' and 'Microsoft.Authorization/locks/delete'. If the lock mode is set to 'AllResourcesDoNotDelete', then the following actions are automatically appended to 'excludedActions': 'Microsoft.Authorization/locks/delete'. Duplicate actions will get removed.