IDiagnosticSettingsCategoryResource.CategoryType Property

Definition

The type of the diagnostic settings category.

[Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.Info(Description="The type of the diagnostic settings category.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Support.CategoryType) }, ReadOnly=false, Required=false, SerializedName="categoryType")]
public Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Support.CategoryType? CategoryType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.Info(Description="The type of the diagnostic settings category.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Support.CategoryType) }, ReadOnly=false, Required=false, SerializedName="categoryType")>]
member this.CategoryType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Support.CategoryType> with get, set
Public Property CategoryType As Nullable(Of CategoryType)

Property Value

Attributes

Applies to