Class AgentConfigFile
An agent configuration file.
Inherited Members
Namespace: Oci.ApmconfigService.Models
Assembly: OCI.DotNetSDK.Apmconfig.dll
Syntax
public class AgentConfigFile
Properties
Body
Declaration
[JsonProperty(PropertyName = "body")]
public string Body { get; set; }
Property Value
Type | Description |
---|---|
string | The Base64 encoded agent configuration file. |
ContentType
Declaration
[JsonProperty(PropertyName = "contentType")]
public string ContentType { get; set; }
Property Value
Type | Description |
---|---|
string | The MIME Content-Type that describes the content of the body field, for example, text/yaml or text/yaml; charset=utf-8 |