Class AddLogAnalyticsLogGroupDetails
Input payload to ADD Log Analytics Log Group for given IntegrationInstance. Some actions may not be applicable to specific integration types.
Inherited Members
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