Compartir a través de


IDiagnosticSettingsCategoryResource.CategoryType Property

Definition

The type of the diagnostic settings category.

[Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.PSArgumentCompleter(new System.String[] { "Metrics", "Logs" })]
[Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.Info(Create=false, Description="The type of the diagnostic settings category.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="categoryType", Update=false)]
public string CategoryType { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.PSArgumentCompleter(new System.String[] { "Metrics", "Logs" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.Info(Create=false, Description="The type of the diagnostic settings category.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="categoryType", Update=false)>]
member this.CategoryType : string
Public ReadOnly Property CategoryType As String

Property Value

Attributes

Applies to