Class IntegrationRuntimeCustomSetupScriptProperties


  • public final class IntegrationRuntimeCustomSetupScriptProperties
    extends Object
    Custom setup script properties for a managed dedicated integration runtime.
    • Constructor Detail

      • IntegrationRuntimeCustomSetupScriptProperties

        public IntegrationRuntimeCustomSetupScriptProperties()
    • Method Detail

      • getBlobContainerUri

        public String getBlobContainerUri()
        Get the blobContainerUri property: The URI of the Azure blob container that contains the custom setup script.
        Returns:
        the blobContainerUri value.
      • setBlobContainerUri

        public IntegrationRuntimeCustomSetupScriptProperties setBlobContainerUri​(String blobContainerUri)
        Set the blobContainerUri property: The URI of the Azure blob container that contains the custom setup script.
        Parameters:
        blobContainerUri - the blobContainerUri value to set.
        Returns:
        the IntegrationRuntimeCustomSetupScriptProperties object itself.
      • getSasToken

        public SecureString getSasToken()
        Get the sasToken property: The SAS token of the Azure blob container.
        Returns:
        the sasToken value.
      • setSasToken

        public IntegrationRuntimeCustomSetupScriptProperties setSasToken​(SecureString sasToken)
        Set the sasToken property: The SAS token of the Azure blob container.
        Parameters:
        sasToken - the sasToken value to set.
        Returns:
        the IntegrationRuntimeCustomSetupScriptProperties object itself.