Class IntegrationRuntimeReference
Integration runtime reference type.
Inheritance
System.Object
IntegrationRuntimeReference
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Analytics.Synapse.Artifacts.dll
Syntax
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.IntegrationRuntimeReference/IntegrationRuntimeReferenceConverter))]
public class IntegrationRuntimeReference
Constructors
IntegrationRuntimeReference(IntegrationRuntimeReferenceType, String)
Initializes a new instance of IntegrationRuntimeReference.
Declaration
public IntegrationRuntimeReference (Azure.Analytics.Synapse.Artifacts.Models.IntegrationRuntimeReferenceType type, string referenceName);
Parameters
|
IntegrationRuntimeReferenceType
type
Type of integration runtime. |
|
System.String
referenceName
Reference integration runtime name. |
Exceptions
|
System.ArgumentNullException
|
Properties
Parameters
Arguments for integration runtime.
Declaration
public System.Collections.Generic.IDictionary<string,object> Parameters { get; }
Property Value
|
System.Collections.Generic.IDictionary<System.String,System.Object>
|
ReferenceName
Reference integration runtime name.
Declaration
public string ReferenceName { get; set; }
Property Value
|
System.String
|
Type
Type of integration runtime.
Declaration
public Azure.Analytics.Synapse.Artifacts.Models.IntegrationRuntimeReferenceType Type { get; set; }
Property Value
|
IntegrationRuntimeReferenceType
|