Compartir a través de


INetworkSecurityPerimeterProfile.EnabledLogCategory Property

Definition

Collection of enabled log categories for the profile

[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Create=false, Description="Collection of enabled log categories for the profile", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="enabledLogCategories", Update=false)]
public System.Collections.Generic.List<string> EnabledLogCategory { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Create=false, Description="Collection of enabled log categories for the profile", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="enabledLogCategories", Update=false)>]
member this.EnabledLogCategory : System.Collections.Generic.List<string>
Public ReadOnly Property EnabledLogCategory As List(Of String)

Property Value

Attributes

Applies to