Class AutoAssociationCollection
Auto association details of the source.
Inherited Members
Namespace: Oci.LoganalyticsService.Models
Assembly: OCI.DotNetSDK.Loganalytics.dll
Syntax
public class AutoAssociationCollection
Properties
Items
Declaration
[JsonProperty(PropertyName = "items")]
public List<AutoAssociationState> Items { get; set; }
Property Value
Type | Description |
---|---|
List<AutoAssociationState> | Auto association details of the source. |