Class DeleteLogAnalyticsAssociationDetails
The information required to delete a list of associations.
Inherited Members
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. |