Share via


IRecommendation.ResourceScope Property

Definition

Name of a resource type this recommendation applies, e.g. Subscription, ServerFarm, Site.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Name of a resource type this recommendation applies, e.g. Subscription, ServerFarm, Site.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ResourceScopeType) }, ReadOnly=false, Required=false, SerializedName="resourceScope")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ResourceScopeType? ResourceScope { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Name of a resource type this recommendation applies, e.g. Subscription, ServerFarm, Site.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ResourceScopeType) }, ReadOnly=false, Required=false, SerializedName="resourceScope")>]
member this.ResourceScope : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ResourceScopeType> with get, set
Public Property ResourceScope As Nullable(Of ResourceScopeType)

Property Value

Attributes

Applies to