Udostępnij za pośrednictwem


IResourceGuardResource.CriticalOperationExclusionList Property

Definition

List of critical operations which are not protected by this resourceGuard

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

Property Value

String[]
Attributes

Applies to