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