Show / Hide Table of Contents

Class DisableAutoAssociationDetail

The information required to disable log source auto-association.

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

Properties

DeleteExistingAssociations

Declaration
[JsonProperty(PropertyName = "deleteExistingAssociations")]
public bool? DeleteExistingAssociations { get; set; }
Property Value
Type Description
bool?

A flag indicating whether or not to delete all the existing associations of the log source.

In this article
Back to top