INetworkSecurityPerimeterConfiguration.ProfileEnabledLogCategory 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> ProfileEnabledLogCategory { 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.ProfileEnabledLogCategory : System.Collections.Generic.List<string>
Public ReadOnly Property ProfileEnabledLogCategory As List(Of String)

Property Value

Attributes

Applies to