IProjectPolicy.ResourcePolicy 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.
Resource policies that are a part of this project policy.
[Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="Resource policies that are a part of this project policy.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IResourcePolicy) }, ReadOnly=false, Required=false, SerializedName="resourcePolicies")]
public Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IResourcePolicy[] ResourcePolicy { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="Resource policies that are a part of this project policy.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IResourcePolicy) }, ReadOnly=false, Required=false, SerializedName="resourcePolicies")>]
member this.ResourcePolicy : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IResourcePolicy[] with get, set
Public Property ResourcePolicy As IResourcePolicy()
Property Value
- Attributes