IApprovalSettings.ApprovalMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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