Show / Hide Table of Contents

Class RemoveLogAnalyticsLogGroupDetails

Input payload to remove Log Analytics Log Group for given IntegrationInstance or its supported attachments. Some actions may not be applicable to specific integration types.

Inheritance
object
RemoveLogAnalyticsLogGroupDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.IntegrationService.Models
Assembly: OCI.DotNetSDK.Integration.dll
Syntax
public class RemoveLogAnalyticsLogGroupDetails

Properties

AttachmentType

Declaration
[JsonProperty(PropertyName = "attachmentType")]
[JsonConverter(typeof(StringEnumConverter))]
public RemoveLogAnalyticsLogGroupDetails.AttachmentTypeEnum? AttachmentType { get; set; }
Property Value
Type Description
RemoveLogAnalyticsLogGroupDetails.AttachmentTypeEnum?

Type of attachment. Supported at this include PROCESS_AUTOMATION

In this article
Back to top