Class LogAnalyticsSourceCollection
LogAnalyticsSourceCollection
Inherited Members
Namespace: Oci.LoganalyticsService.Models
Assembly: OCI.DotNetSDK.Loganalytics.dll
Syntax
public class LogAnalyticsSourceCollection
Properties
Items
Declaration
[JsonProperty(PropertyName = "items")]
public List<LogAnalyticsSourceSummary> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| List<LogAnalyticsSourceSummary> | An array of sources. |