ICollection.AppliedRule 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.
Gets list of collection rules
[Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Runtime.Info(Create=false, Description="Gets list of collection rules", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IRule) }, Read=true, ReadOnly=true, Required=false, SerializedName="appliedRules", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IRule> AppliedRule { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Runtime.Info(Create=false, Description="Gets list of collection rules", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IRule) }, Read=true, ReadOnly=true, Required=false, SerializedName="appliedRules", Update=false)>]
member this.AppliedRule : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IRule>
Public ReadOnly Property AppliedRule As List(Of IRule)
Property Value
- Attributes