Show / Hide Table of Contents

Class UpsertLogAnalyticsAssociationDetails

The required information to update or create a list of associations.

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

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<UpsertLogAnalyticsAssociation> Items { get; set; }
Property Value
Type Description
List<UpsertLogAnalyticsAssociation>

The information required to create or update an association.

In this article
Back to top