Show / Hide Table of Contents

Class LogAnalyticsResourceCategoryCollection

A collection of resources and their category assignments.

Inheritance
object
LogAnalyticsResourceCategoryCollection
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 LogAnalyticsResourceCategoryCollection

Properties

Categories

Declaration
[JsonProperty(PropertyName = "categories")]
public List<LogAnalyticsCategory> Categories { get; set; }
Property Value
Type Description
List<LogAnalyticsCategory>

An array of categories. The array contents include detailed information about the distinct set of categories assigned to all the listed resources under items.

Items

Declaration
[JsonProperty(PropertyName = "items")]
public List<LogAnalyticsResourceCategory> Items { get; set; }
Property Value
Type Description
List<LogAnalyticsResourceCategory>

A list of resources and their category assignments

In this article
Back to top