IDigestConfig.Category 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.
Categories to send digest for. If categories are not provided, then digest will be sent for all categories.
[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.Info(Description="Categories to send digest for. If categories are not provided, then digest will be sent for all categories.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.Category) }, ReadOnly=false, Required=false, SerializedName="categories")]
public Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.Category[] Category { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.Info(Description="Categories to send digest for. If categories are not provided, then digest will be sent for all categories.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.Category) }, ReadOnly=false, Required=false, SerializedName="categories")>]
member this.Category : Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.Category[] with get, set
Public Property Category As Category()
Property Value
Category[]
- Attributes