Freigeben über


IResourcePolicy.ResourceType Property

Definition

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

Applies to