IntegrationRuntimeCustomSetupScriptProperties Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
IntegrationRuntimeCustomSetupScriptProperties() |
Initializes a new instance of the IntegrationRuntimeCustomSetupScriptProperties class. |
IntegrationRuntimeCustomSetupScriptProperties(String, SecureString) |
Initializes a new instance of the IntegrationRuntimeCustomSetupScriptProperties class. |
IntegrationRuntimeCustomSetupScriptProperties()
Initializes a new instance of the IntegrationRuntimeCustomSetupScriptProperties class.
public IntegrationRuntimeCustomSetupScriptProperties ();
Public Sub New ()
Applies to
IntegrationRuntimeCustomSetupScriptProperties(String, SecureString)
Initializes a new instance of the IntegrationRuntimeCustomSetupScriptProperties class.
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)
Parameters
- blobContainerUri
- String
The URI of the Azure blob container that contains the custom setup script.
- sasToken
- SecureString
The SAS token of the Azure blob container.
Applies to
Azure SDK for .NET