Freigeben über


IResourcePolicy.Action Property

Definition

Policy action to be taken on the resources. This is optional, and defaults to allow

[Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="Policy action to be taken on the resources. This is optional, and defaults to allow", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.PolicyAction) }, ReadOnly=false, Required=false, SerializedName="action")]
public Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.PolicyAction? Action { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="Policy action to be taken on the resources. This is optional, and defaults to allow", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.PolicyAction) }, ReadOnly=false, Required=false, SerializedName="action")>]
member this.Action : Nullable<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.PolicyAction> with get, set
Public Property Action As Nullable(Of PolicyAction)

Property Value

Attributes

Applies to