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