Show / Hide Table of Contents

Class LogAnalyticsSourcePatternCollection

LogAnalyticsSourcePatternCollection

Inheritance
object
LogAnalyticsSourcePatternCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.LoganalyticsService.Models
Assembly: OCI.DotNetSDK.Loganalytics.dll
Syntax
public class LogAnalyticsSourcePatternCollection

Properties

Items

Declaration
[JsonProperty(PropertyName = "items")]
public List<LogAnalyticsSourcePattern> Items { get; set; }
Property Value
Type Description
List<LogAnalyticsSourcePattern>

An array of source patterns.

In this article
Back to top