Show / Hide Table of Contents

Class AssociationSummaryReport

AssociationSummaryReport

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

Properties

AssociationCount

Declaration
[JsonProperty(PropertyName = "associationCount")]
public int? AssociationCount { get; set; }
Property Value
Type Description
int?

The association count.

In this article
Back to top