Class ChangeLogAnalyticsEntityCompartmentDetails
Log analytics entity compartment to be updated.
Inherited Members
Namespace: Oci.LoganalyticsService.Models
Assembly: OCI.DotNetSDK.Loganalytics.dll
Syntax
public class ChangeLogAnalyticsEntityCompartmentDetails
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