Share via


IMonitoredResource.SendingLog Property

Definition

Flag indicating if resource is sending logs to Dynatrace.

[Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Runtime.Info(Description="Flag indicating if resource is sending logs to Dynatrace.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Support.SendingLogsStatus) }, ReadOnly=false, Required=false, SerializedName="sendingLogs")]
public Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Support.SendingLogsStatus? SendingLog { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Runtime.Info(Description="Flag indicating if resource is sending logs to Dynatrace.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Support.SendingLogsStatus) }, ReadOnly=false, Required=false, SerializedName="sendingLogs")>]
member this.SendingLog : Nullable<Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Support.SendingLogsStatus> with get, set
Public Property SendingLog As Nullable(Of SendingLogsStatus)

Property Value

Attributes

Applies to