Show / Hide Table of Contents

Class LogAnalyticsAssociationParameterCollection

LogAnalytics Association Parameter Collection

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

Properties

Items

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

A list of association parameters.

In this article
Back to top