IntegrationRuntimeCustomSetupScriptProperties Class
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.
Custom setup script properties for a managed dedicated integration runtime.
public class IntegrationRuntimeCustomSetupScriptProperties
type IntegrationRuntimeCustomSetupScriptProperties = class
Public Class IntegrationRuntimeCustomSetupScriptProperties
- Inheritance
-
IntegrationRuntimeCustomSetupScriptProperties
Constructors
IntegrationRuntimeCustomSetupScriptProperties() |
Initializes a new instance of the IntegrationRuntimeCustomSetupScriptProperties class. |
IntegrationRuntimeCustomSetupScriptProperties(String, SecureString) |
Initializes a new instance of the IntegrationRuntimeCustomSetupScriptProperties class. |
Properties
BlobContainerUri |
Gets or sets the URI of the Azure blob container that contains the custom setup script. |
SasToken |
Gets or sets the SAS token of the Azure blob container. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET