Show / Hide Table of Contents

Class AgentConfigMap

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

Properties

ConfigMap

Declaration
[JsonProperty(PropertyName = "configMap")]
public Dictionary<string, AgentConfigFile> ConfigMap { get; set; }
Property Value
Type Description
Dictionary<string, AgentConfigFile>

Map of agent configuration files, where keys are file names.

In this article
Back to top