Show / Hide Table of Contents

Class UpdateLogAnalyticsEntityTypeDetails

Log analytics entity type definition to be updated.

Inheritance
object
UpdateLogAnalyticsEntityTypeDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top