Class IntegrationRuntimeCustomSetupScriptProperties

java.lang.Object
com.azure.analytics.synapse.artifacts.models.IntegrationRuntimeCustomSetupScriptProperties

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

    • IntegrationRuntimeCustomSetupScriptProperties

      public IntegrationRuntimeCustomSetupScriptProperties()
  • Method Details

    • 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

      Set the sasToken property: The SAS token of the Azure blob container.
      Parameters:
      sasToken - the sasToken value to set.
      Returns:
      the IntegrationRuntimeCustomSetupScriptProperties object itself.