Class LogAnalyticsConfigWorkRequestPayload
LogAnalyticsConfigWorkRequestPayload
Inherited Members
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. |