Partager via


IDigestConfig.Category Property

Definition

Categories to send digest for. If categories are not provided, then digest will be sent for all categories.

[Microsoft.Azure.PowerShell.Cmdlets.Advisor.PSArgumentCompleter(new System.String[] { "HighAvailability", "Security", "Performance", "Cost", "OperationalExcellence" })]
[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.Info(Create=true, Description="Categories to send digest for. If categories are not provided, then digest will be sent for all categories.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="categories", Update=true)]
public System.Collections.Generic.List<string> Category { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Advisor.PSArgumentCompleter(new System.String[] { "HighAvailability", "Security", "Performance", "Cost", "OperationalExcellence" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.Info(Create=true, Description="Categories to send digest for. If categories are not provided, then digest will be sent for all categories.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="categories", Update=true)>]
member this.Category : System.Collections.Generic.List<string> with get, set
Public Property Category As List(Of String)

Property Value

Attributes

Applies to