Compartilhar via


IApprovalSettings.ApprovalMode Property

Definition

The type of rule

[Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.PSArgumentCompleter(new System.String[] { "SingleStage", "Serial", "Parallel", "NoApproval" })]
[Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.Info(Create=true, Description="The type of rule", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="approvalMode", Update=true)]
public string ApprovalMode { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.PSArgumentCompleter(new System.String[] { "SingleStage", "Serial", "Parallel", "NoApproval" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.Info(Create=true, Description="The type of rule", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="approvalMode", Update=true)>]
member this.ApprovalMode : string with get, set
Public Property ApprovalMode As String

Property Value

Attributes

Applies to