次の方法で共有


IApprovalSettings.ApprovalMode Property

Definition

The type of rule

[Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.Info(Description="The type of rule", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.ApprovalMode) }, ReadOnly=false, Required=false, SerializedName="approvalMode")]
public Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.ApprovalMode? ApprovalMode { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.Info(Description="The type of rule", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.ApprovalMode) }, ReadOnly=false, Required=false, SerializedName="approvalMode")>]
member this.ApprovalMode : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.ApprovalMode> with get, set
Public Property ApprovalMode As Nullable(Of ApprovalMode)

Property Value

Attributes

Applies to