다음을 통해 공유


AssignmentLockSettings.ExcludedActions 속성

정의

청사진 잠금에서 제외된 관리 작업의 목록을 가져오거나 설정합니다. 최대 200개 작업이 허용됩니다. 잠금 모드가 'AllResourcesReadOnly'로 설정된 경우 'excludedActions', '*/read', 'Microsoft.Network/virtualNetworks/subnets/join/action' 및 'Microsoft.Authorization/locks/delete'에 다음 작업이 자동으로 추가됩니다. 잠금 모드가 'AllResourcesDoNotDelete'로 설정된 경우 다음 작업이 'excludedActions'에 자동으로 추가됩니다. 'Microsoft.Authorization/locks/delete'. 중복 작업이 제거됩니다.

[Newtonsoft.Json.JsonProperty(PropertyName="excludedActions")]
public System.Collections.Generic.IList<string> ExcludedActions { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="excludedActions")>]
member this.ExcludedActions : System.Collections.Generic.IList<string> with get, set
Public Property ExcludedActions As IList(Of String)

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

적용 대상