IRecommendationProperties.ResourceScope 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.
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