Show / Hide Table of Contents

Class EnableAutoAssociationDetails

The information required to enable log source auto-association.

Inheritance
object
EnableAutoAssociationDetails
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 EnableAutoAssociationDetails

Properties

Items

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

A list of information required to enable auto association on a source.

In this article
Back to top