Show / Hide Table of Contents

Class DeleteLogAnalyticsAssociationDetails

The information required to delete a list of associations.

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

Properties

CompartmentId

Declaration
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }
Property Value
Type Description
string

The compartment ID

Items

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

The information required to delete an association.

In this article
Back to top