ResourcePolicy.Action 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.
Policy action to be taken on the resources. This is optional, and defaults to allow
[Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Origin(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.PropertyOrigin.Owned)]
public Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.PolicyAction? Action { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Origin(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.PropertyOrigin.Owned)>]
member this.Action : Nullable<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.PolicyAction> with get, set
Public Property Action As Nullable(Of PolicyAction)
Property Value
Implements
- Attributes