IMetadataEntity.ApplicableScenario 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.
The list of scenarios applicable to this metadata entity.
[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.Info(Description="The list of scenarios applicable to this metadata entity.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.Scenario) }, ReadOnly=false, Required=false, SerializedName="applicableScenarios")]
public Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.Scenario[] ApplicableScenario { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.Info(Description="The list of scenarios applicable to this metadata entity.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.Scenario) }, ReadOnly=false, Required=false, SerializedName="applicableScenarios")>]
member this.ApplicableScenario : Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.Scenario[] with get, set
Public Property ApplicableScenario As Scenario()
Property Value
Scenario[]
- Attributes