ITagRuleUpdate.LogRuleSendActivityLog 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 activity logs from Azure resources should be sent for the Monitor resource.
[Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Runtime.Info(Description="Flag specifying if activity logs from Azure resources should be sent for the Monitor resource.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Support.SendActivityLogsStatus) }, ReadOnly=false, Required=false, SerializedName="sendActivityLogs")]
public Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Support.SendActivityLogsStatus? LogRuleSendActivityLog { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Runtime.Info(Description="Flag specifying if activity logs from Azure resources should be sent for the Monitor resource.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Support.SendActivityLogsStatus) }, ReadOnly=false, Required=false, SerializedName="sendActivityLogs")>]
member this.LogRuleSendActivityLog : Nullable<Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Support.SendActivityLogsStatus> with get, set
Public Property LogRuleSendActivityLog As Nullable(Of SendActivityLogsStatus)
Property Value
- Attributes