Show / Hide Table of Contents

Class DisableAutoAssociationDetails

The information required to disable log source auto-association.

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

Properties

Items

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

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

In this article
Back to top