Show / Hide Table of Contents

Class MatchAgentsWithAttributeKey

The object representing the agent matching attribute keys.

Inheritance
object
MatchAgentsWithAttributeKey
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ApmconfigService.Models
Assembly: OCI.DotNetSDK.Apmconfig.dll
Syntax
public class MatchAgentsWithAttributeKey

Properties

AgentAttributeKeys

Declaration
[Required(ErrorMessage = "AgentAttributeKeys is required.")]
[JsonProperty(PropertyName = "agentAttributeKeys")]
public List<string> AgentAttributeKeys { get; set; }
Property Value
Type Description
List<string>

The list of agent matching attribute keys to be updated.

Remarks

Required

In this article
Back to top