Class ServiceExportConfigurationInfo


  • public final class ServiceExportConfigurationInfo
    extends Object
    Export operation configuration information.
    • Constructor Detail

      • ServiceExportConfigurationInfo

        public ServiceExportConfigurationInfo()
    • Method Detail

      • storageAccountName

        public String storageAccountName()
        Get the storageAccountName property: The name of the default export storage account.
        Returns:
        the storageAccountName value.
      • withStorageAccountName

        public ServiceExportConfigurationInfo withStorageAccountName​(String storageAccountName)
        Set the storageAccountName property: The name of the default export storage account.
        Parameters:
        storageAccountName - the storageAccountName value to set.
        Returns:
        the ServiceExportConfigurationInfo object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.