Show / Hide Table of Contents

Class CreateConfigProvider

The type to create a config provider.

Inheritance
object
CreateConfigProvider
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DataintegrationService.Models
Assembly: OCI.DotNetSDK.Dataintegration.dll
Syntax
public class CreateConfigProvider

Properties

Bindings

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

bindings

In this article
Back to top