Show / Hide Table of Contents

Class AddLogAnalyticsLogGroupDetails

Input payload to ADD Log Analytics Log Group for given IntegrationInstance. Some actions may not be applicable to specific integration types.

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

Properties

LogGroupId

Declaration
[Required(ErrorMessage = "LogGroupId is required.")]
[JsonProperty(PropertyName = "logGroupId")]
public string LogGroupId { get; set; }
Property Value
Type Description
string

Log Group ocid.

Remarks

Required

In this article
Back to top