Show / Hide Table of Contents

Class LogAnalyticsAssociationParameter

LogAnalyticsAssociationParameter

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

Properties

AgentId

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

The agent unique identifier.

AssociationProperties

Declaration
[JsonProperty(PropertyName = "associationProperties")]
public List<AssociationProperty> AssociationProperties { get; set; }
Property Value
Type Description
List<AssociationProperty>

A list of association properties.

EntityId

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

The entity unique identifier.

EntityType

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

The entity type.

MissingProperties

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

A list of missing properties.

RequiredProperties

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

A list of requried properties.

SourceDisplayName

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

The source display name.

SourceId

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

The source name.

SourceType

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

The source type.

Status

Declaration
[JsonProperty(PropertyName = "status")]
[JsonConverter(typeof(ResponseEnumConverter))]
public LogAnalyticsAssociationParameter.StatusEnum? Status { get; set; }
Property Value
Type Description
LogAnalyticsAssociationParameter.StatusEnum?

The status. Either FAILED or SUCCEEDED.

StatusDescription

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

The status description.

In this article
Back to top