Show / Hide Table of Contents

Class ExportConfigurationDetails

Array of configuration items with its dependencies to export.

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

Properties

ConfigurationMap

Declaration
[Required(ErrorMessage = "ConfigurationMap is required.")]
[JsonProperty(PropertyName = "configurationMap")]
public Dictionary<string, string> ConfigurationMap { get; set; }
Property Value
Type Description
Dictionary<string, string>

Simple key-value pair that has parameters related to the export process (ConfigurationId, Skip, \u2026) and more. Example: {"parameter-key": "parameter-value"}Supported parameters:\u2014 List of the Configuration Type or Groups to Export to a destination domain.

Remarks

Required

In this article
Back to top