Show / Hide Table of Contents

Class UnifiedAgentWindowsEventSource

Windows events log source object.

Inheritance
object
UnifiedAgentLoggingSource
UnifiedAgentWindowsEventSource
Inherited Members
UnifiedAgentLoggingSource.Name
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.LoggingService.Models
Assembly: OCI.DotNetSDK.Logging.dll
Syntax
public class UnifiedAgentWindowsEventSource : UnifiedAgentLoggingSource

Properties

Channels

Declaration
[Required(ErrorMessage = "Channels is required.")]
[JsonProperty(PropertyName = "channels")]
public List<string> Channels { get; set; }
Property Value
Type Description
List<string>

Windows event log channels.

Remarks

Required

In this article
Back to top