Class UpdateLogAnalyticsEntityTypeDetails
Log analytics entity type definition to be updated.
Inherited Members
Namespace: Oci.LoganalyticsService.Models
Assembly: OCI.DotNetSDK.Loganalytics.dll
Syntax
public class UpdateLogAnalyticsEntityTypeDetails
Properties
Category
Declaration
[JsonProperty(PropertyName = "category")]
public string Category { get; set; }
Property Value
Type | Description |
---|---|
string | Log analytics entity type category. Category will be used for grouping and filtering. |
Properties
Declaration
[JsonProperty(PropertyName = "properties")]
public List<EntityTypeProperty> Properties { get; set; }
Property Value
Type | Description |
---|---|
List<EntityTypeProperty> | A single log analytics entity type property definition. |