Class StorageMigrationOptions


  • public final class StorageMigrationOptions
    extends ProxyOnlyResource
    Options for app content migration.
    • Constructor Detail

      • StorageMigrationOptions

        public StorageMigrationOptions()
    • Method Detail

      • azurefilesConnectionString

        public String azurefilesConnectionString()
        Get the azurefilesConnectionString property: AzureFiles connection string.
        Returns:
        the azurefilesConnectionString value.
      • withAzurefilesConnectionString

        public StorageMigrationOptions withAzurefilesConnectionString​(String azurefilesConnectionString)
        Set the azurefilesConnectionString property: AzureFiles connection string.
        Parameters:
        azurefilesConnectionString - the azurefilesConnectionString value to set.
        Returns:
        the StorageMigrationOptions object itself.
      • azurefilesShare

        public String azurefilesShare()
        Get the azurefilesShare property: AzureFiles share.
        Returns:
        the azurefilesShare value.
      • withAzurefilesShare

        public StorageMigrationOptions withAzurefilesShare​(String azurefilesShare)
        Set the azurefilesShare property: AzureFiles share.
        Parameters:
        azurefilesShare - the azurefilesShare value to set.
        Returns:
        the StorageMigrationOptions object itself.
      • switchSiteAfterMigration

        public Boolean switchSiteAfterMigration()
        Get the switchSiteAfterMigration property: <code>true</code>if the app should be switched over; otherwise, <code>false</code>.
        Returns:
        the switchSiteAfterMigration value.
      • withSwitchSiteAfterMigration

        public StorageMigrationOptions withSwitchSiteAfterMigration​(Boolean switchSiteAfterMigration)
        Set the switchSiteAfterMigration property: <code>true</code>if the app should be switched over; otherwise, <code>false</code>.
        Parameters:
        switchSiteAfterMigration - the switchSiteAfterMigration value to set.
        Returns:
        the StorageMigrationOptions object itself.
      • blockWriteAccessToSite

        public Boolean blockWriteAccessToSite()
        Get the blockWriteAccessToSite property: <code>true</code> if the app should be read only during copy operation; otherwise, <code>false</code>.
        Returns:
        the blockWriteAccessToSite value.
      • withBlockWriteAccessToSite

        public StorageMigrationOptions withBlockWriteAccessToSite​(Boolean blockWriteAccessToSite)
        Set the blockWriteAccessToSite property: <code>true</code> if the app should be read only during copy operation; otherwise, <code>false</code>.
        Parameters:
        blockWriteAccessToSite - the blockWriteAccessToSite value to set.
        Returns:
        the StorageMigrationOptions object itself.