Show / Hide Table of Contents

Class WarningReferenceDetails

A list of LogAnalyticsWarning references. Used as input to APIs which operate on a list. For example, the suppress warning API accepts a list of warning references and will suppress all warnings in the input list.

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

Properties

WarningReferences

Declaration
[JsonProperty(PropertyName = "warningReferences")]
public List<string> WarningReferences { get; set; }
Property Value
Type Description
List<string>

A list of LogAnalyticsWarning references. Used as input to APIs which operate on a list. For example, the suppress warning API accepts a list of warning references and will suppress all warnings in the input list.

In this article
Back to top