Show / Hide Table of Contents

Class AgentConfigFile

An agent configuration file.

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

In this article
Back to top