Class ChangeIngestTimeRuleCompartmentDetails
The information required to change the compartment of an ingest time rule.
Inherited Members
Namespace: Oci.LoganalyticsService.Models
Assembly: OCI.DotNetSDK.Loganalytics.dll
Syntax
public class ChangeIngestTimeRuleCompartmentDetails
Properties
CompartmentId
Declaration
[Required(ErrorMessage = "CompartmentId is required.")]
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the compartment where the log analytics entity should be moved. |
Remarks
Required