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

IntegrationRuntimeCustomSetupScriptProperties 构造函数

定义

重载

IntegrationRuntimeCustomSetupScriptProperties()

初始化 IntegrationRuntimeCustomSetupScriptProperties 类的新实例。

IntegrationRuntimeCustomSetupScriptProperties(String, SecureString)

初始化 IntegrationRuntimeCustomSetupScriptProperties 类的新实例。

IntegrationRuntimeCustomSetupScriptProperties()

初始化 IntegrationRuntimeCustomSetupScriptProperties 类的新实例。

public IntegrationRuntimeCustomSetupScriptProperties ();
Public Sub New ()

适用于

IntegrationRuntimeCustomSetupScriptProperties(String, SecureString)

初始化 IntegrationRuntimeCustomSetupScriptProperties 类的新实例。

public IntegrationRuntimeCustomSetupScriptProperties (string blobContainerUri = default, Microsoft.Azure.Management.Synapse.Models.SecureString sasToken = default);
new Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeCustomSetupScriptProperties : string * Microsoft.Azure.Management.Synapse.Models.SecureString -> Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeCustomSetupScriptProperties
Public Sub New (Optional blobContainerUri As String = Nothing, Optional sasToken As SecureString = Nothing)

参数

blobContainerUri
String

包含自定义安装脚本的 Azure Blob 容器的 URI。

sasToken
SecureString

Azure Blob 容器的 SAS 令牌。

适用于