Show / Hide Table of Contents

Class LogAnalyticsConfigWorkRequestPayload

LogAnalyticsConfigWorkRequestPayload

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

Properties

EntityId

Declaration
[JsonProperty(PropertyName = "entityId")]
public string EntityId { get; set; }
Property Value
Type Description
string

The entity unique identifier.

LookupReference

Declaration
[JsonProperty(PropertyName = "lookupReference")]
public long? LookupReference { get; set; }
Property Value
Type Description
long?

The lookup reference as an integer.

LookupReferenceString

Declaration
[JsonProperty(PropertyName = "lookupReferenceString")]
public string LookupReferenceString { get; set; }
Property Value
Type Description
string

lookupReference

SourceName

Declaration
[JsonProperty(PropertyName = "sourceName")]
public string SourceName { get; set; }
Property Value
Type Description
string

The source name.

In this article
Back to top