你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IntegrationRuntimeReference(IntegrationRuntimeReferenceType, String) Constructor

Definition

Initializes a new instance of IntegrationRuntimeReference.

public IntegrationRuntimeReference(Azure.Analytics.Synapse.Artifacts.Models.IntegrationRuntimeReferenceType type, string referenceName);
new Azure.Analytics.Synapse.Artifacts.Models.IntegrationRuntimeReference : Azure.Analytics.Synapse.Artifacts.Models.IntegrationRuntimeReferenceType * string -> Azure.Analytics.Synapse.Artifacts.Models.IntegrationRuntimeReference
Public Sub New (type As IntegrationRuntimeReferenceType, referenceName As String)

Parameters

type
IntegrationRuntimeReferenceType

Type of integration runtime.

referenceName
String

Reference integration runtime name.

Exceptions

referenceName is null.

Applies to