IResourcePolicy.ResourceType 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.
Optional. The resource type being restricted or allowed by a project policy. Used with a given action to restrict or allow access to a resource type.
[Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="Optional. The resource type being restricted or allowed by a project policy. Used with a given action to restrict or allow access to a resource type.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.DevCenterResourceType) }, ReadOnly=false, Required=false, SerializedName="resourceType")]
public Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.DevCenterResourceType? ResourceType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="Optional. The resource type being restricted or allowed by a project policy. Used with a given action to restrict or allow access to a resource type.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.DevCenterResourceType) }, ReadOnly=false, Required=false, SerializedName="resourceType")>]
member this.ResourceType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.DevCenterResourceType> with get, set
Public Property ResourceType As Nullable(Of DevCenterResourceType)
Property Value
- Attributes