IResourceGuardResource.CriticalOperationExclusionList Property

Definition

List of critical operations which are not protected by this resourceGuard

[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Create=true, Description="List of critical operations which are not protected by this resourceGuard", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="vaultCriticalOperationExclusionList", Update=true)]
public System.Collections.Generic.List<string> CriticalOperationExclusionList { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Create=true, Description="List of critical operations which are not protected by this resourceGuard", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="vaultCriticalOperationExclusionList", Update=true)>]
member this.CriticalOperationExclusionList : System.Collections.Generic.List<string> with get, set
Public Property CriticalOperationExclusionList As List(Of String)

Property Value

Attributes

Applies to