共用方式為


IEventCategoryCollection.Value Property

Definition

the list that includes the Azure event categories.

[Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.Info(Create=true, Description="the list that includes the Azure event categories.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.ILocalizableString) }, Read=true, ReadOnly=false, Required=true, SerializedName="value", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.ILocalizableString> Value { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.Info(Create=true, Description="the list that includes the Azure event categories.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.ILocalizableString) }, Read=true, ReadOnly=false, Required=true, SerializedName="value", Update=true)>]
member this.Value : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.ILocalizableString> with get, set
Public Property Value As List(Of ILocalizableString)

Property Value

Attributes

Applies to