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