ILogRules.SendAadLog Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Flag specifying if AAD logs should be sent for the Monitor resource.
[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.Info(Description="Flag specifying if AAD logs should be sent for the Monitor resource.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="sendAadLogs")]
public bool? SendAadLog { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.Info(Description="Flag specifying if AAD logs should be sent for the Monitor resource.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="sendAadLogs")>]
member this.SendAadLog : Nullable<bool> with get, set
Public Property SendAadLog As Nullable(Of Boolean)
Property Value
- Attributes