Show / Hide Table of Contents

Class AddEntityAssociationDetails

Information about the associations to be added between a source log analytics entity and other existing destination entities.

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

Properties

AssociationEntities

Declaration
[Required(ErrorMessage = "AssociationEntities is required.")]
[JsonProperty(PropertyName = "associationEntities")]
public List<string> AssociationEntities { get; set; }
Property Value
Type Description
List<string>

Destination entities OCIDs with which associations are to be added.

Remarks

Required

In this article
Back to top