Show / Hide Table of Contents

Class RemoveEntityAssociationsDetails

Information about the associations to be deleted between source entity and other existing destination entities.

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

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 deleted

Remarks

Required

In this article
Back to top